Html Css Color HEX #633701 Baker's Chocolate

📋 copy color: '#633701'

red 99 ◦ green 55 ◦ blue 1

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

Shades of Baker's Chocolate #633701

Tints of Baker's Chocolate #633701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 63.87%
G = 35.48%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#633701 (or 0x633701) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 01. RGB value is (99,55,1). Sum of RGB (Red+Green+Blue) = 99+55+1=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #633701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633701 is #9CC8FE. Grayscale: #3E3E3E. Windows color (decimal): -10275071 or 79715. OLE color: 79715.

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

Color convert

RGB 99 55 1 -
CMYK 0 0.44 0.99 0.61
HSL 33.06º 0.98% 0.2% -
HSV(B) 33.06º 0.99% 0.39% -
XYZ 6.52 5.39 0.73 -
YUV 62 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 99 55 1 0 0.44 0.99 0.61 33.06 0.98 0.2
Hex 63 37 1 0 2C 63 3D 21 62 14
Octal 143 67 1 0 54 143 75 41 142 24
Binary 1100011 110111 1 0 101100 1100011 111101 100001 1100010 10100

Color Harmonies of #633701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633701

Black with #633701

Text Example


Text Example

White with #633701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633701; }

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

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

background-color css

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

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

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

border-color css

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

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

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