Html Css Color HEX #603002 Baker's Chocolate

📋 copy color: '#603002'

red 96 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #603002

Tints of Baker's Chocolate #603002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 65.75%
G = 32.88%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#603002 (or 0x603002) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 02. RGB value is (96,48,2). Sum of RGB (Red+Green+Blue) = 96+48+2=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #603002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603002 is #9FCFFD. Grayscale: #393939. Windows color (decimal): -10473470 or 143456. OLE color: 143456.

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

Color convert

RGB 96 48 2 -
CMYK 0 0.50 0.98 0.62
HSL 29.36º 0.96% 0.19% -
HSV(B) 29.36º 0.98% 0.38% -
XYZ 5.89 4.61 0.64 -
YUV 57.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 96 48 2 0 0.50 0.98 0.62 29.36 0.96 0.19
Hex 60 30 2 0 32 62 3E 1D 60 13
Octal 140 60 2 0 62 142 76 35 140 23
Binary 1100000 110000 10 0 110010 1100010 111110 11101 1100000 10011

Color Harmonies of #603002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603002

Black with #603002

Text Example


Text Example

White with #603002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603002; }

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

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

background-color css

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

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

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

border-color css

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

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

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