Html Css Color HEX #632301 Baker's Chocolate

📋 copy color: '#632301'

red 99 ◦ green 35 ◦ blue 1

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

Shades of Baker's Chocolate #632301

Tints of Baker's Chocolate #632301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 73.33%
G = 25.93%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#632301 (or 0x632301) is known color: Baker's Chocolate. HEX triplet: 63, 23 and 01. RGB value is (99,35,1). Sum of RGB (Red+Green+Blue) = 99+35+1=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #632301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632301 is #9CDCFE. Grayscale: #323232. Windows color (decimal): -10280191 or 74595. OLE color: 74595.

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

Color convert

RGB 99 35 1 -
CMYK 0 0.65 0.99 0.61
HSL 20.82º 0.98% 0.2% -
HSV(B) 20.82º 0.99% 0.39% -
XYZ 5.75 3.86 0.47 -
YUV 50.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 99 35 1 0 0.65 0.99 0.61 20.82 0.98 0.2
Hex 63 23 1 0 41 63 3D 15 62 14
Octal 143 43 1 0 101 143 75 25 142 24
Binary 1100011 100011 1 0 1000001 1100011 111101 10101 1100010 10100

Color Harmonies of #632301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632301

Black with #632301

Text Example


Text Example

White with #632301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632301; }

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

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

background-color css

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

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

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

border-color css

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

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

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