Html Css Color HEX #603B0A Baker's Chocolate

📋 copy color: '#603B0A'

red 96 ◦ green 59 ◦ blue 10

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

Shades of Baker's Chocolate #603B0A

Tints of Baker's Chocolate #603B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 58.18%
G = 35.76%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#603B0A (or 0x603B0A) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 0A. RGB value is (96,59,10). Sum of RGB (Red+Green+Blue) = 96+59+10=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B0A is #9FC4F5. Grayscale: #404040. Windows color (decimal): -10470646 or 670560. OLE color: 670560.

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

Color convert

RGB 96 59 10 -
CMYK 0 0.39 0.90 0.62
HSL 34.19º 0.81% 0.21% -
HSV(B) 34.19º 0.9% 0.38% -
XYZ 6.44 5.64 1.04 -
YUV 64.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 96 59 10 0 0.39 0.90 0.62 34.19 0.81 0.21
Hex 60 3B A 0 27 5A 3E 22 51 15
Octal 140 73 12 0 47 132 76 42 121 25
Binary 1100000 111011 1010 0 100111 1011010 111110 100010 1010001 10101

Color Harmonies of #603B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B0A

Black with #603B0A

Text Example


Text Example

White with #603B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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