Html Css Color HEX #633A18 Baker's Chocolate

📋 copy color: '#633A18'

red 99 ◦ green 58 ◦ blue 24

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

Shades of Baker's Chocolate #633A18

Tints of Baker's Chocolate #633A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 54.7%
G = 32.04%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#633A18 (or 0x633A18) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 18. RGB value is (99,58,24). Sum of RGB (Red+Green+Blue) = 99+58+24=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #633A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A18 is #9CC5E7. Grayscale: #424242. Windows color (decimal): -10274280 or 1587811. OLE color: 1587811.

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

Color convert

RGB 99 58 24 -
CMYK 0 0.41 0.76 0.61
HSL 27.2º 0.61% 0.24% -
HSV(B) 27.2º 0.76% 0.39% -
XYZ 6.82 5.74 1.61 -
YUV 66.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 99 58 24 0 0.41 0.76 0.61 27.2 0.61 0.24
Hex 63 3A 18 0 29 4C 3D 1B 3D 18
Octal 143 72 30 0 51 114 75 33 75 30
Binary 1100011 111010 11000 0 101001 1001100 111101 11011 111101 11000

Color Harmonies of #633A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A18

Black with #633A18

Text Example


Text Example

White with #633A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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