Html Css Color HEX #632601 Baker's Chocolate

📋 copy color: '#632601'

red 99 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #632601

Tints of Baker's Chocolate #632601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 71.74%
G = 27.54%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#632601 (or 0x632601) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 01. RGB value is (99,38,1). Sum of RGB (Red+Green+Blue) = 99+38+1=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #632601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632601 is #9CD9FE. Grayscale: #343434. Windows color (decimal): -10279423 or 75363. OLE color: 75363.

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

Color convert

RGB 99 38 1 -
CMYK 0 0.62 0.99 0.61
HSL 22.65º 0.98% 0.2% -
HSV(B) 22.65º 0.99% 0.39% -
XYZ 5.84 4.04 0.5 -
YUV 52.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 99 38 1 0 0.62 0.99 0.61 22.65 0.98 0.2
Hex 63 26 1 0 3E 63 3D 17 62 14
Octal 143 46 1 0 76 143 75 27 142 24
Binary 1100011 100110 1 0 111110 1100011 111101 10111 1100010 10100

Color Harmonies of #632601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632601

Black with #632601

Text Example


Text Example

White with #632601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632601; }

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

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

background-color css

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

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

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

border-color css

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

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

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