Html Css Color HEX #603303 Baker's Chocolate

📋 copy color: '#603303'

red 96 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #603303

Tints of Baker's Chocolate #603303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2%

R = 64%
G = 34%
B = 2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#603303 (or 0x603303) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 03. RGB value is (96,51,3). Sum of RGB (Red+Green+Blue) = 96+51+3=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #603303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603303 is #9FCCFC. Grayscale: #3B3B3B. Windows color (decimal): -10472701 or 209760. OLE color: 209760.

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

Color convert

RGB 96 51 3 -
CMYK 0 0.47 0.97 0.62
HSL 30.97º 0.94% 0.19% -
HSV(B) 30.97º 0.97% 0.38% -
XYZ 6.02 4.86 0.71 -
YUV 58.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 96 51 3 0 0.47 0.97 0.62 30.97 0.94 0.19
Hex 60 33 3 0 2F 61 3E 1F 5E 13
Octal 140 63 3 0 57 141 76 37 136 23
Binary 1100000 110011 11 0 101111 1100001 111110 11111 1011110 10011

Color Harmonies of #603303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603303

Black with #603303

Text Example


Text Example

White with #603303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603303; }

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

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

background-color css

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

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

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

border-color css

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

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

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