Html Css Color HEX #271406 Cocoa Brown

📋 copy color: '#271406'

red 39 ◦ green 20 ◦ blue 6

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

Shades of Cocoa Brown #271406

Tints of Cocoa Brown #271406

RGB

 RED value IS 39 (15.63% from 255) = 60%

 GREEN value IS 20 (8.2% from 255) = 30.77%

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

R = 60%
G = 30.77%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#271406 (or 0x271406) is known color: Cocoa Brown. HEX triplet: 27, 14 and 06. RGB value is (39,20,6). Sum of RGB (Red+Green+Blue) = 39+20+6=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271406 is #D8EBF9. Grayscale: #181818. Windows color (decimal): -14216186 or 398375. OLE color: 398375.

HSL color Cylindrical-coordinate representation of color #271406: hue angle of 25.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271406 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 20 6 -
CMYK 0 0.49 0.85 0.85
HSL 25.45º 0.73% 0.09% -
HSV(B) 25.45º 0.85% 0.15% -
XYZ 1.12 0.94 0.3 -
YUV 24.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 39 20 6 0 0.49 0.85 0.85 25.45 0.73 0.09
Hex 27 14 6 0 31 55 55 19 49 9
Octal 47 24 6 0 61 125 125 31 111 11
Binary 100111 10100 110 0 110001 1010101 1010101 11001 1001001 1001

Color Harmonies of #271406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271406

Black with #271406

Text Example


Text Example

White with #271406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271406; }

 p { color: rgb(39,20,6); }

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

background-color css

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

 a { background-color: rgb(39,20,6); }

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

border-color css

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

 span { border-color: rgb(39,20,6); }

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