Html Css Color HEX #402606 Cocoa Brown

📋 copy color: '#402606'

red 64 ◦ green 38 ◦ blue 6

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

Shades of Cocoa Brown #402606

Tints of Cocoa Brown #402606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

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

R = 59.26%
G = 35.19%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#402606 (or 0x402606) is known color: Cocoa Brown. HEX triplet: 40, 26 and 06. RGB value is (64,38,6). Sum of RGB (Red+Green+Blue) = 64+38+6=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402606 is #BFD9F9. Grayscale: #2A2A2A. Windows color (decimal): -12573178 or 403008. OLE color: 403008.

HSL color Cylindrical-coordinate representation of color #402606: hue angle of 33.1º 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 #402606 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 38 6 -
CMYK 0 0.41 0.91 0.75
HSL 33.1º 0.83% 0.14% -
HSV(B) 33.1º 0.91% 0.25% -
XYZ 2.84 2.49 0.5 -
YUV 42.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 64 38 6 0 0.41 0.91 0.75 33.1 0.83 0.14
Hex 40 26 6 0 29 5B 4B 21 53 E
Octal 100 46 6 0 51 133 113 41 123 16
Binary 1000000 100110 110 0 101001 1011011 1001011 100001 1010011 1110

Color Harmonies of #402606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402606

Black with #402606

Text Example


Text Example

White with #402606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402606; }

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

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

background-color css

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

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

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

border-color css

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

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

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