Html Css Color HEX #603301 Baker's Chocolate

📋 copy color: '#603301'

red 96 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #603301

Tints of Baker's Chocolate #603301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

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

R = 64.86%
G = 34.46%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#603301 (or 0x603301) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 01. RGB value is (96,51,1). Sum of RGB (Red+Green+Blue) = 96+51+1=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #603301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603301 is #9FCCFE. Grayscale: #3B3B3B. Windows color (decimal): -10472703 or 78688. OLE color: 78688.

HSL color Cylindrical-coordinate representation of color #603301: hue angle of 31.58º 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 #603301 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 1 -
CMYK 0 0.47 0.99 0.62
HSL 31.58º 0.98% 0.19% -
HSV(B) 31.58º 0.99% 0.38% -
XYZ 6.01 4.86 0.65 -
YUV 58.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 96 51 1 0 0.47 0.99 0.62 31.58 0.98 0.19
Hex 60 33 1 0 2F 63 3E 20 62 13
Octal 140 63 1 0 57 143 76 40 142 23
Binary 1100000 110011 1 0 101111 1100011 111110 100000 1100010 10011

Color Harmonies of #603301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603301

Black with #603301

Text Example


Text Example

White with #603301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603301; }

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

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

background-color css

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

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

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

border-color css

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

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

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