Html Css Color HEX #412806 Cocoa Brown

📋 copy color: '#412806'

red 65 ◦ green 40 ◦ blue 6

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

Shades of Cocoa Brown #412806

Tints of Cocoa Brown #412806

RGB

 RED value IS 65 (25.78% from 255) = 58.56%

 GREEN value IS 40 (16.02% from 255) = 36.04%

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

R = 58.56%
G = 36.04%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#412806 (or 0x412806) is known color: Cocoa Brown. HEX triplet: 41, 28 and 06. RGB value is (65,40,6). Sum of RGB (Red+Green+Blue) = 65+40+6=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412806 is #BED7F9. Grayscale: #2B2B2B. Windows color (decimal): -12507130 or 403521. OLE color: 403521.

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

Color convert

RGB 65 40 6 -
CMYK 0 0.38 0.91 0.75
HSL 34.58º 0.83% 0.14% -
HSV(B) 34.58º 0.91% 0.25% -
XYZ 2.97 2.65 0.53 -
YUV 43.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 65 40 6 0 0.38 0.91 0.75 34.58 0.83 0.14
Hex 41 28 6 0 26 5B 4B 23 53 E
Octal 101 50 6 0 46 133 113 43 123 16
Binary 1000001 101000 110 0 100110 1011011 1001011 100011 1010011 1110

Color Harmonies of #412806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412806

Black with #412806

Text Example


Text Example

White with #412806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412806; }

 p { color: rgb(65,40,6); }

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

background-color css

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

 a { background-color: rgb(65,40,6); }

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

border-color css

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

 span { border-color: rgb(65,40,6); }

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