Html Css Color HEX #633315 Baker's Chocolate

📋 copy color: '#633315'

red 99 ◦ green 51 ◦ blue 21

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

Shades of Baker's Chocolate #633315

Tints of Baker's Chocolate #633315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 57.89%
G = 29.82%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#633315 (or 0x633315) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 15. RGB value is (99,51,21). Sum of RGB (Red+Green+Blue) = 99+51+21=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #633315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633315 is #9CCCEA. Grayscale: #3E3E3E. Windows color (decimal): -10276075 or 1389411. OLE color: 1389411.

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

Color convert

RGB 99 51 21 -
CMYK 0 0.48 0.79 0.61
HSL 23.08º 0.65% 0.24% -
HSV(B) 23.08º 0.79% 0.39% -
XYZ 6.46 5.07 1.35 -
YUV 61.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 99 51 21 0 0.48 0.79 0.61 23.08 0.65 0.24
Hex 63 33 15 0 30 4F 3D 17 41 18
Octal 143 63 25 0 60 117 75 27 101 30
Binary 1100011 110011 10101 0 110000 1001111 111101 10111 1000001 11000

Color Harmonies of #633315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633315

Black with #633315

Text Example


Text Example

White with #633315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633315; }

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

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

background-color css

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

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

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

border-color css

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

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

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