Html Css Color HEX #342006 Cocoa Brown

📋 copy color: '#342006'

red 52 ◦ green 32 ◦ blue 6

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

Shades of Cocoa Brown #342006

Tints of Cocoa Brown #342006

RGB

 RED value IS 52 (20.7% from 255) = 57.78%

 GREEN value IS 32 (12.89% from 255) = 35.56%

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

R = 57.78%
G = 35.56%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#342006 (or 0x342006) is known color: Cocoa Brown. HEX triplet: 34, 20 and 06. RGB value is (52,32,6). Sum of RGB (Red+Green+Blue) = 52+32+6=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #342006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342006 is #CBDFF9. Grayscale: #232323. Windows color (decimal): -13361146 or 401460. OLE color: 401460.

HSL color Cylindrical-coordinate representation of color #342006: hue angle of 33.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #342006 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 6 -
CMYK 0 0.38 0.88 0.80
HSL 33.91º 0.79% 0.11% -
HSV(B) 33.91º 0.88% 0.2% -
XYZ 1.97 1.78 0.41 -
YUV 35.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 52 32 6 0 0.38 0.88 0.80 33.91 0.79 0.11
Hex 34 20 6 0 26 58 50 22 4F B
Octal 64 40 6 0 46 130 120 42 117 13
Binary 110100 100000 110 0 100110 1011000 1010000 100010 1001111 1011

Color Harmonies of #342006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342006

Black with #342006

Text Example


Text Example

White with #342006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342006; }

 p { color: rgb(52,32,6); }

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

background-color css

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

 a { background-color: rgb(52,32,6); }

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

border-color css

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

 span { border-color: rgb(52,32,6); }

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