Html Css Color HEX #632201 Baker's Chocolate

📋 copy color: '#632201'

red 99 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #632201

Tints of Baker's Chocolate #632201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 73.88%
G = 25.37%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#632201 (or 0x632201) is known color: Baker's Chocolate. HEX triplet: 63, 22 and 01. RGB value is (99,34,1). Sum of RGB (Red+Green+Blue) = 99+34+1=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #632201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632201 is #9CDDFE. Grayscale: #313131. Windows color (decimal): -10280447 or 74339. OLE color: 74339.

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

Color convert

RGB 99 34 1 -
CMYK 0 0.66 0.99 0.61
HSL 20.2º 0.98% 0.2% -
HSV(B) 20.2º 0.99% 0.39% -
XYZ 5.72 3.8 0.46 -
YUV 49.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 99 34 1 0 0.66 0.99 0.61 20.2 0.98 0.2
Hex 63 22 1 0 42 63 3D 14 62 14
Octal 143 42 1 0 102 143 75 24 142 24
Binary 1100011 100010 1 0 1000010 1100011 111101 10100 1100010 10100

Color Harmonies of #632201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632201

Black with #632201

Text Example


Text Example

White with #632201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632201; }

 p { color: rgb(99,34,1); }

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

background-color css

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

 a { background-color: rgb(99,34,1); }

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

border-color css

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

 span { border-color: rgb(99,34,1); }

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