Html Css Color HEX #402906 Cocoa Brown

📋 copy color: '#402906'

red 64 ◦ green 41 ◦ blue 6

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

Shades of Cocoa Brown #402906

Tints of Cocoa Brown #402906

RGB

 RED value IS 64 (25.39% from 255) = 57.66%

 GREEN value IS 41 (16.41% from 255) = 36.94%

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 57.66%
G = 36.94%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#402906 (or 0x402906) is known color: Cocoa Brown. HEX triplet: 40, 29 and 06. RGB value is (64,41,6). Sum of RGB (Red+Green+Blue) = 64+41+6=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402906 is #BFD6F9. Grayscale: #2C2C2C. Windows color (decimal): -12572410 or 403776. OLE color: 403776.

HSL color Cylindrical-coordinate representation of color #402906: hue angle of 36.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402906 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 6 -
CMYK 0 0.36 0.91 0.75
HSL 36.21º 0.83% 0.14% -
HSV(B) 36.21º 0.91% 0.25% -
XYZ 2.94 2.69 0.54 -
YUV 43.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 64 41 6 0 0.36 0.91 0.75 36.21 0.83 0.14
Hex 40 29 6 0 24 5B 4B 24 53 E
Octal 100 51 6 0 44 133 113 44 123 16
Binary 1000000 101001 110 0 100100 1011011 1001011 100100 1010011 1110

Color Harmonies of #402906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402906

Black with #402906

Text Example


Text Example

White with #402906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402906; }

 p { color: rgb(64,41,6); }

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

background-color css

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

 a { background-color: rgb(64,41,6); }

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

border-color css

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

 span { border-color: rgb(64,41,6); }

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