Html Css Color HEX #633215 Baker's Chocolate

📋 copy color: '#633215'

red 99 ◦ green 50 ◦ blue 21

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

Shades of Baker's Chocolate #633215

Tints of Baker's Chocolate #633215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 58.24%
G = 29.41%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#633215 (or 0x633215) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 15. RGB value is (99,50,21). Sum of RGB (Red+Green+Blue) = 99+50+21=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633215 is #9CCDEA. Grayscale: #3D3D3D. Windows color (decimal): -10276331 or 1389155. OLE color: 1389155.

HSL color Cylindrical-coordinate representation of color #633215: hue angle of 22.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #633215 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 21 -
CMYK 0 0.49 0.79 0.61
HSL 22.31º 0.65% 0.24% -
HSV(B) 22.31º 0.79% 0.39% -
XYZ 6.42 4.99 1.33 -
YUV 61.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 99 50 21 0 0.49 0.79 0.61 22.31 0.65 0.24
Hex 63 32 15 0 31 4F 3D 16 41 18
Octal 143 62 25 0 61 117 75 26 101 30
Binary 1100011 110010 10101 0 110001 1001111 111101 10110 1000001 11000

Color Harmonies of #633215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633215

Black with #633215

Text Example


Text Example

White with #633215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633215; }

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

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

background-color css

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

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

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

border-color css

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

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

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