Html Css Color HEX #632501 Baker's Chocolate

📋 copy color: '#632501'

red 99 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #632501

Tints of Baker's Chocolate #632501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

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

R = 72.26%
G = 27.01%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#632501 (or 0x632501) is known color: Baker's Chocolate. HEX triplet: 63, 25 and 01. RGB value is (99,37,1). Sum of RGB (Red+Green+Blue) = 99+37+1=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #632501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632501 is #9CDAFE. Grayscale: #333333. Windows color (decimal): -10279679 or 75107. OLE color: 75107.

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

Color convert

RGB 99 37 1 -
CMYK 0 0.63 0.99 0.61
HSL 22.04º 0.98% 0.2% -
HSV(B) 22.04º 0.99% 0.39% -
XYZ 5.81 3.98 0.49 -
YUV 51.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 99 37 1 0 0.63 0.99 0.61 22.04 0.98 0.2
Hex 63 25 1 0 3F 63 3D 16 62 14
Octal 143 45 1 0 77 143 75 26 142 24
Binary 1100011 100101 1 0 111111 1100011 111101 10110 1100010 10100

Color Harmonies of #632501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632501

Black with #632501

Text Example


Text Example

White with #632501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632501; }

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

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

background-color css

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

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

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

border-color css

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

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

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