Html Css Color HEX #633A17 Baker's Chocolate

📋 copy color: '#633A17'

red 99 ◦ green 58 ◦ blue 23

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

Shades of Baker's Chocolate #633A17

Tints of Baker's Chocolate #633A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

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

R = 55%
G = 32.22%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#633A17 (or 0x633A17) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 17. RGB value is (99,58,23). Sum of RGB (Red+Green+Blue) = 99+58+23=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A17 is #9CC5E8. Grayscale: #424242. Windows color (decimal): -10274281 or 1522275. OLE color: 1522275.

HSL color Cylindrical-coordinate representation of color #633A17: hue angle of 27.63º 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 #633A17 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 58 23 -
CMYK 0 0.41 0.77 0.61
HSL 27.63º 0.62% 0.24% -
HSV(B) 27.63º 0.77% 0.39% -
XYZ 6.81 5.74 1.56 -
YUV 66.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 99 58 23 0 0.41 0.77 0.61 27.63 0.62 0.24
Hex 63 3A 17 0 29 4D 3D 1C 3E 18
Octal 143 72 27 0 51 115 75 34 76 30
Binary 1100011 111010 10111 0 101001 1001101 111101 11100 111110 11000

Color Harmonies of #633A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A17

Black with #633A17

Text Example


Text Example

White with #633A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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