Html Css Color HEX #60270E Baker's Chocolate

📋 copy color: '#60270E'

red 96 ◦ green 39 ◦ blue 14

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

Shades of Baker's Chocolate #60270E

Tints of Baker's Chocolate #60270E

RGB

 RED value IS 96 (37.89% from 255) = 64.43%

 GREEN value IS 39 (15.63% from 255) = 26.17%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 64.43%
G = 26.17%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60270E (or 0x60270E) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 0E. RGB value is (96,39,14). Sum of RGB (Red+Green+Blue) = 96+39+14=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60270E is #9FD8F1. Grayscale: #353535. Windows color (decimal): -10475762 or 927584. OLE color: 927584.

HSL color Cylindrical-coordinate representation of color #60270E: hue angle of 18.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60270E is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 39 14 -
CMYK 0 0.59 0.85 0.62
HSL 18.29º 0.75% 0.22% -
HSV(B) 18.29º 0.85% 0.38% -
XYZ 5.63 3.97 0.88 -
YUV 53.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 96 39 14 0 0.59 0.85 0.62 18.29 0.75 0.22
Hex 60 27 E 0 3B 55 3E 12 4B 16
Octal 140 47 16 0 73 125 76 22 113 26
Binary 1100000 100111 1110 0 111011 1010101 111110 10010 1001011 10110

Color Harmonies of #60270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60270E

Black with #60270E

Text Example


Text Example

White with #60270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60270E; }

 p { color: rgb(96,39,14); }

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

background-color css

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

 a { background-color: rgb(96,39,14); }

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

border-color css

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

 span { border-color: rgb(96,39,14); }

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