Html Css Color HEX #633117 Baker's Chocolate

📋 copy color: '#633117'

red 99 ◦ green 49 ◦ blue 23

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

Shades of Baker's Chocolate #633117

Tints of Baker's Chocolate #633117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 57.89%
G = 28.65%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#633117 (or 0x633117) is known color: Baker's Chocolate. HEX triplet: 63, 31 and 17. RGB value is (99,49,23). Sum of RGB (Red+Green+Blue) = 99+49+23=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #633117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633117 is #9CCEE8. Grayscale: #3D3D3D. Windows color (decimal): -10276585 or 1519971. OLE color: 1519971.

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

Color convert

RGB 99 49 23 -
CMYK 0 0.51 0.77 0.61
HSL 20.53º 0.62% 0.24% -
HSV(B) 20.53º 0.77% 0.39% -
XYZ 6.4 4.91 1.42 -
YUV 60.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 99 49 23 0 0.51 0.77 0.61 20.53 0.62 0.24
Hex 63 31 17 0 33 4D 3D 15 3E 18
Octal 143 61 27 0 63 115 75 25 76 30
Binary 1100011 110001 10111 0 110011 1001101 111101 10101 111110 11000

Color Harmonies of #633117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633117

Black with #633117

Text Example


Text Example

White with #633117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633117; }

 p { color: rgb(99,49,23); }

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

background-color css

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

 a { background-color: rgb(99,49,23); }

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

border-color css

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

 span { border-color: rgb(99,49,23); }

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