Html Css Color HEX #603A00 Baker's Chocolate

📋 copy color: '#603A00'

red 96 ◦ green 58 ◦ blue 0

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

Shades of Baker's Chocolate #603A00

Tints of Baker's Chocolate #603A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.34%
G = 37.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#603A00 (or 0x603A00) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 00. RGB value is (96,58,0). Sum of RGB (Red+Green+Blue) = 96+58+0=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #603A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A00 is #9FC5FF. Grayscale: #3F3F3F. Windows color (decimal): -10470912 or 14944. OLE color: 14944.

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

Color convert

RGB 96 58 0 -
CMYK 0 0.40 1 0.62
HSL 36.25º 1% 0.19% -
HSV(B) 36.25º 1% 0.38% -
XYZ 6.34 5.51 0.73 -
YUV 62.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 96 58 0 0 0.40 1 0.62 36.25 1 0.19
Hex 60 3A 0 0 28 64 3E 24 64 13
Octal 140 72 0 0 50 144 76 44 144 23
Binary 1100000 111010 0 0 101000 1100100 111110 100100 1100100 10011

Color Harmonies of #603A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A00

Black with #603A00

Text Example


Text Example

White with #603A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,0); }

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

background-color css

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

 a { background-color: rgb(96,58,0); }

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

border-color css

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

 span { border-color: rgb(96,58,0); }

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