Html Css Color HEX #603B05 Baker's Chocolate

📋 copy color: '#603B05'

red 96 ◦ green 59 ◦ blue 5

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

Shades of Baker's Chocolate #603B05

Tints of Baker's Chocolate #603B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 60%
G = 36.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#603B05 (or 0x603B05) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 05. RGB value is (96,59,5). Sum of RGB (Red+Green+Blue) = 96+59+5=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #603B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B05 is #9FC4FA. Grayscale: #404040. Windows color (decimal): -10470651 or 342880. OLE color: 342880.

HSL color Cylindrical-coordinate representation of color #603B05: hue angle of 35.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #603B05 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 5 -
CMYK 0 0.39 0.95 0.62
HSL 35.6º 0.9% 0.2% -
HSV(B) 35.6º 0.95% 0.38% -
XYZ 6.42 5.63 0.89 -
YUV 63.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 96 59 5 0 0.39 0.95 0.62 35.6 0.9 0.2
Hex 60 3B 5 0 27 5F 3E 24 5A 14
Octal 140 73 5 0 47 137 76 44 132 24
Binary 1100000 111011 101 0 100111 1011111 111110 100100 1011010 10100

Color Harmonies of #603B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B05

Black with #603B05

Text Example


Text Example

White with #603B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603B05; }

 p { color: rgb(96,59,5); }

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

background-color css

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

 a { background-color: rgb(96,59,5); }

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

border-color css

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

 span { border-color: rgb(96,59,5); }

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