Html Css Color HEX #633302 Baker's Chocolate

📋 copy color: '#633302'

red 99 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #633302

Tints of Baker's Chocolate #633302

RGB

 RED value IS 99 (39.06% from 255) = 65.13%

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 65.13%
G = 33.55%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#633302 (or 0x633302) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 02. RGB value is (99,51,2). Sum of RGB (Red+Green+Blue) = 99+51+2=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #633302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633302 is #9CCCFD. Grayscale: #3C3C3C. Windows color (decimal): -10276094 or 144227. OLE color: 144227.

HSL color Cylindrical-coordinate representation of color #633302: hue angle of 30.31º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #633302 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 2 -
CMYK 0 0.48 0.98 0.61
HSL 30.31º 0.96% 0.2% -
HSV(B) 30.31º 0.98% 0.39% -
XYZ 6.34 5.02 0.69 -
YUV 59.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 99 51 2 0 0.48 0.98 0.61 30.31 0.96 0.2
Hex 63 33 2 0 30 62 3D 1E 60 14
Octal 143 63 2 0 60 142 75 36 140 24
Binary 1100011 110011 10 0 110000 1100010 111101 11110 1100000 10100

Color Harmonies of #633302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633302

Black with #633302

Text Example


Text Example

White with #633302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633302; }

 p { color: rgb(99,51,2); }

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

background-color css

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

 a { background-color: rgb(99,51,2); }

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

border-color css

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

 span { border-color: rgb(99,51,2); }

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