Html Css Color HEX #60380B Baker's Chocolate

📋 copy color: '#60380B'

red 96 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #60380B

Tints of Baker's Chocolate #60380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 58.9%
G = 34.36%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60380B (or 0x60380B) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 0B. RGB value is (96,56,11). Sum of RGB (Red+Green+Blue) = 96+56+11=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60380B is #9FC7F4. Grayscale: #3F3F3F. Windows color (decimal): -10471413 or 735328. OLE color: 735328.

HSL color Cylindrical-coordinate representation of color #60380B: hue angle of 31.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60380B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 11 -
CMYK 0 0.42 0.89 0.62
HSL 31.76º 0.79% 0.21% -
HSV(B) 31.76º 0.89% 0.38% -
XYZ 6.3 5.34 1.02 -
YUV 62.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 96 56 11 0 0.42 0.89 0.62 31.76 0.79 0.21
Hex 60 38 B 0 2A 59 3E 20 4F 15
Octal 140 70 13 0 52 131 76 40 117 25
Binary 1100000 111000 1011 0 101010 1011001 111110 100000 1001111 10101

Color Harmonies of #60380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60380B

Black with #60380B

Text Example


Text Example

White with #60380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60380B; }

 p { color: rgb(96,56,11); }

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

background-color css

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

 a { background-color: rgb(96,56,11); }

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

border-color css

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

 span { border-color: rgb(96,56,11); }

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