Html Css Color HEX #633201 Baker's Chocolate

📋 copy color: '#633201'

red 99 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #633201

Tints of Baker's Chocolate #633201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.33%

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

R = 66%
G = 33.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#633201 (or 0x633201) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 01. RGB value is (99,50,1). Sum of RGB (Red+Green+Blue) = 99+50+1=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #633201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633201 is #9CCDFE. Grayscale: #3B3B3B. Windows color (decimal): -10276351 or 78435. OLE color: 78435.

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

Color convert

RGB 99 50 1 -
CMYK 0 0.49 0.99 0.61
HSL 30º 0.98% 0.2% -
HSV(B) 30º 0.99% 0.39% -
XYZ 6.29 4.94 0.65 -
YUV 59.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 99 50 1 0 0.49 0.99 0.61 30 0.98 0.2
Hex 63 32 1 0 31 63 3D 1E 62 14
Octal 143 62 1 0 61 143 75 36 142 24
Binary 1100011 110010 1 0 110001 1100011 111101 11110 1100010 10100

Color Harmonies of #633201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633201

Black with #633201

Text Example


Text Example

White with #633201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633201; }

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

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

background-color css

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

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

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

border-color css

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

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

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