Html Css Color HEX #361C06 Cocoa Brown

📋 copy color: '#361C06'

red 54 ◦ green 28 ◦ blue 6

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

Shades of Cocoa Brown #361C06

Tints of Cocoa Brown #361C06

RGB

 RED value IS 54 (21.48% from 255) = 61.36%

 GREEN value IS 28 (11.33% from 255) = 31.82%

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

R = 61.36%
G = 31.82%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361C06 (or 0x361C06) is known color: Cocoa Brown. HEX triplet: 36, 1C and 06. RGB value is (54,28,6). Sum of RGB (Red+Green+Blue) = 54+28+6=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #361C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C06 is #C9E3F9. Grayscale: #212121. Windows color (decimal): -13231098 or 400438. OLE color: 400438.

HSL color Cylindrical-coordinate representation of color #361C06: hue angle of 27.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361C06 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 6 -
CMYK 0 0.48 0.89 0.79
HSL 27.5º 0.8% 0.12% -
HSV(B) 27.5º 0.89% 0.21% -
XYZ 1.97 1.63 0.38 -
YUV 33.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 54 28 6 0 0.48 0.89 0.79 27.5 0.8 0.12
Hex 36 1C 6 0 30 59 4F 1C 50 C
Octal 66 34 6 0 60 131 117 34 120 14
Binary 110110 11100 110 0 110000 1011001 1001111 11100 1010000 1100

Color Harmonies of #361C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C06

Black with #361C06

Text Example


Text Example

White with #361C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C06; }

 p { color: rgb(54,28,6); }

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

background-color css

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

 a { background-color: rgb(54,28,6); }

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

border-color css

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

 span { border-color: rgb(54,28,6); }

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