Html Css Color HEX #603010 Baker's Chocolate

📋 copy color: '#603010'

red 96 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #603010

Tints of Baker's Chocolate #603010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#603010 (or 0x603010) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 10. RGB value is (96,48,16). Sum of RGB (Red+Green+Blue) = 96+48+16=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #603010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603010 is #9FCFEF. Grayscale: #3A3A3A. Windows color (decimal): -10473456 or 1060960. OLE color: 1060960.

HSL color Cylindrical-coordinate representation of color #603010: hue angle of 24º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #603010 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 16 -
CMYK 0 0.50 0.83 0.62
HSL 24º 0.71% 0.22% -
HSV(B) 24º 0.83% 0.38% -
XYZ 5.97 4.64 1.07 -
YUV 58.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 96 48 16 0 0.50 0.83 0.62 24 0.71 0.22
Hex 60 30 10 0 32 53 3E 18 47 16
Octal 140 60 20 0 62 123 76 30 107 26
Binary 1100000 110000 10000 0 110010 1010011 111110 11000 1000111 10110

Color Harmonies of #603010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603010

Black with #603010

Text Example


Text Example

White with #603010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603010; }

 p { color: rgb(96,48,16); }

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

background-color css

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

 a { background-color: rgb(96,48,16); }

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

border-color css

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

 span { border-color: rgb(96,48,16); }

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