Html Css Color HEX #603801 Baker's Chocolate

📋 copy color: '#603801'

red 96 ◦ green 56 ◦ blue 1

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

Shades of Baker's Chocolate #603801

Tints of Baker's Chocolate #603801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 62.75%
G = 36.6%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#603801 (or 0x603801) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 01. RGB value is (96,56,1). Sum of RGB (Red+Green+Blue) = 96+56+1=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #603801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603801 is #9FC7FE. Grayscale: #3D3D3D. Windows color (decimal): -10471423 or 79968. OLE color: 79968.

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

Color convert

RGB 96 56 1 -
CMYK 0 0.42 0.99 0.62
HSL 34.74º 0.98% 0.19% -
HSV(B) 34.74º 0.99% 0.38% -
XYZ 6.24 5.32 0.73 -
YUV 61.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 96 56 1 0 0.42 0.99 0.62 34.74 0.98 0.19
Hex 60 38 1 0 2A 63 3E 23 62 13
Octal 140 70 1 0 52 143 76 43 142 23
Binary 1100000 111000 1 0 101010 1100011 111110 100011 1100010 10011

Color Harmonies of #603801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603801

Black with #603801

Text Example


Text Example

White with #603801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603801; }

 p { color: rgb(96,56,1); }

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

background-color css

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

 a { background-color: rgb(96,56,1); }

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

border-color css

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

 span { border-color: rgb(96,56,1); }

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