Html Css Color HEX #633715 Baker's Chocolate

📋 copy color: '#633715'

red 99 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #633715

Tints of Baker's Chocolate #633715

RGB

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

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

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

R = 56.57%
G = 31.43%
B = 12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#633715 (or 0x633715) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 15. RGB value is (99,55,21). Sum of RGB (Red+Green+Blue) = 99+55+21=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633715 is #9CC8EA. Grayscale: #404040. Windows color (decimal): -10275051 or 1390435. OLE color: 1390435.

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

Color convert

RGB 99 55 21 -
CMYK 0 0.44 0.79 0.61
HSL 26.15º 0.65% 0.24% -
HSV(B) 26.15º 0.79% 0.39% -
XYZ 6.65 5.44 1.41 -
YUV 64.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 99 55 21 0 0.44 0.79 0.61 26.15 0.65 0.24
Hex 63 37 15 0 2C 4F 3D 1A 41 18
Octal 143 67 25 0 54 117 75 32 101 30
Binary 1100011 110111 10101 0 101100 1001111 111101 11010 1000001 11000

Color Harmonies of #633715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633715

Black with #633715

Text Example


Text Example

White with #633715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633715; }

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

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

background-color css

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

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

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

border-color css

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

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

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