Html Css Color HEX #361806 Brown Pod

📋 copy color: '#361806'

red 54 ◦ green 24 ◦ blue 6

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

Shades of Brown Pod #361806

Tints of Brown Pod #361806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.57%

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

R = 64.29%
G = 28.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361806 (or 0x361806) is known color: Brown Pod. HEX triplet: 36, 18 and 06. RGB value is (54,24,6). Sum of RGB (Red+Green+Blue) = 54+24+6=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #361806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361806 is #C9E7F9. Grayscale: #1F1F1F. Windows color (decimal): -13232122 or 399414. OLE color: 399414.

HSL color Cylindrical-coordinate representation of color #361806: hue angle of 22.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 #361806 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 6 -
CMYK 0 0.56 0.89 0.79
HSL 22.5º 0.8% 0.12% -
HSV(B) 22.5º 0.89% 0.21% -
XYZ 1.88 1.45 0.35 -
YUV 30.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 54 24 6 0 0.56 0.89 0.79 22.5 0.8 0.12
Hex 36 18 6 0 38 59 4F 16 50 C
Octal 66 30 6 0 70 131 117 26 120 14
Binary 110110 11000 110 0 111000 1011001 1001111 10110 1010000 1100

Color Harmonies of #361806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361806

Black with #361806

Text Example


Text Example

White with #361806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361806; }

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

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

background-color css

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

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

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

border-color css

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

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

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