Html Css Color HEX #602510 Baker's Chocolate

📋 copy color: '#602510'

red 96 ◦ green 37 ◦ blue 16

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

Shades of Baker's Chocolate #602510

Tints of Baker's Chocolate #602510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

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

R = 64.43%
G = 24.83%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#602510 (or 0x602510) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 10. RGB value is (96,37,16). Sum of RGB (Red+Green+Blue) = 96+37+16=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602510 is #9FDAEF. Grayscale: #343434. Windows color (decimal): -10476272 or 1058144. OLE color: 1058144.

HSL color Cylindrical-coordinate representation of color #602510: hue angle of 15.75º 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 #602510 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 16 -
CMYK 0 0.61 0.83 0.62
HSL 15.75º 0.71% 0.22% -
HSV(B) 15.75º 0.83% 0.38% -
XYZ 5.58 3.85 0.94 -
YUV 52.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 96 37 16 0 0.61 0.83 0.62 15.75 0.71 0.22
Hex 60 25 10 0 3D 53 3E 10 47 16
Octal 140 45 20 0 75 123 76 20 107 26
Binary 1100000 100101 10000 0 111101 1010011 111110 10000 1000111 10110

Color Harmonies of #602510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602510

Black with #602510

Text Example


Text Example

White with #602510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602510; }

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

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

background-color css

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

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

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

border-color css

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

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

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