Html Css Color HEX #633318 Baker's Chocolate

📋 copy color: '#633318'

red 99 ◦ green 51 ◦ blue 24

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

Shades of Baker's Chocolate #633318

Tints of Baker's Chocolate #633318

RGB

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

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

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

R = 56.9%
G = 29.31%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#633318 (or 0x633318) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 18. RGB value is (99,51,24). Sum of RGB (Red+Green+Blue) = 99+51+24=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633318 is #9CCCE7. Grayscale: #3E3E3E. Windows color (decimal): -10276072 or 1586019. OLE color: 1586019.

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

Color convert

RGB 99 51 24 -
CMYK 0 0.48 0.76 0.61
HSL 21.6º 0.61% 0.24% -
HSV(B) 21.6º 0.76% 0.39% -
XYZ 6.49 5.09 1.5 -
YUV 62.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 99 51 24 0 0.48 0.76 0.61 21.6 0.61 0.24
Hex 63 33 18 0 30 4C 3D 16 3D 18
Octal 143 63 30 0 60 114 75 26 75 30
Binary 1100011 110011 11000 0 110000 1001100 111101 10110 111101 11000

Color Harmonies of #633318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633318

Black with #633318

Text Example


Text Example

White with #633318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633318; }

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

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

background-color css

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

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

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

border-color css

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

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

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