Html Css Color HEX #907068 Dark Chestnut

📋 copy color: '#907068'

red 144 ◦ green 112 ◦ blue 104

#907068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #907068

Tints of Dark Chestnut #907068

RGB

 RED value IS 144 (56.64% from 255) = 40%

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 40%
G = 31.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#907068 (or 0x907068) is known color: Dark Chestnut. HEX triplet: 90, 70 and 68. RGB value is (144,112,104). Sum of RGB (Red+Green+Blue) = 144+112+104=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #907068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907068 is #6F8F97. Grayscale: #787878. Windows color (decimal): -7311256 or 6844560. OLE color: 6844560.

HSL color Cylindrical-coordinate representation of color #907068: hue angle of 12º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #907068 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 112 104 -
CMYK 0 0.22 0.28 0.44
HSL 12º 0.16% 0.49% -
HSV(B) 12º 0.28% 0.56% -
XYZ 19.79 18.52 15.63 -
YUV 120.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 144 112 104 0 0.22 0.28 0.44 12 0.16 0.49
Hex 90 70 68 0 16 1C 2C C 10 31
Octal 220 160 150 0 26 34 54 14 20 61
Binary 10010000 1110000 1101000 0 10110 11100 101100 1100 10000 110001

Color Harmonies of #907068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907068

Black with #907068

Text Example


Text Example

White with #907068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907068; }

 p { color: rgb(144,112,104); }

 H1.HeaderClassName
 {
   color: #907068;
 }
 .AnyTagClassName
 {
   color: #907068;
 }
</style>

background-color css

<style>
 a { background-color: #907068; }

 a { background-color: rgb(144,112,104); }

 div.DivClassName
 {
   background-color: #907068;
 }
 .BgClassName
 {
   background-color: #907068;
 }
</style>

border-color css

<style>
 span { border-color: #907068; }

 span { border-color: rgb(144,112,104); }

 td.TdClassName
 {
   border-color: #907068;
 }
 .TagClassName
 {
   border-color: #907068;
 }
</style>