Html Css Color HEX #632002 Baker's Chocolate

📋 copy color: '#632002'

red 99 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #632002

Tints of Baker's Chocolate #632002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 74.44%
G = 24.06%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#632002 (or 0x632002) is known color: Baker's Chocolate. HEX triplet: 63, 20 and 02. RGB value is (99,32,2). Sum of RGB (Red+Green+Blue) = 99+32+2=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #632002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632002 is #9CDFFD. Grayscale: #303030. Windows color (decimal): -10280958 or 139363. OLE color: 139363.

HSL color Cylindrical-coordinate representation of color #632002: hue angle of 18.56º 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 #632002 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 2 -
CMYK 0 0.68 0.98 0.61
HSL 18.56º 0.96% 0.2% -
HSV(B) 18.56º 0.98% 0.39% -
XYZ 5.67 3.69 0.47 -
YUV 48.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 99 32 2 0 0.68 0.98 0.61 18.56 0.96 0.2
Hex 63 20 2 0 44 62 3D 13 60 14
Octal 143 40 2 0 104 142 75 23 140 24
Binary 1100011 100000 10 0 1000100 1100010 111101 10011 1100000 10100

Color Harmonies of #632002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632002

Black with #632002

Text Example


Text Example

White with #632002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632002; }

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

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

background-color css

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

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

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

border-color css

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

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

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