Html Css Color HEX #633014 Baker's Chocolate

📋 copy color: '#633014'

red 99 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #633014

Tints of Baker's Chocolate #633014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 59.28%
G = 28.74%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#633014 (or 0x633014) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 14. RGB value is (99,48,20). Sum of RGB (Red+Green+Blue) = 99+48+20=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #633014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633014 is #9CCFEB. Grayscale: #3C3C3C. Windows color (decimal): -10276844 or 1323107. OLE color: 1323107.

HSL color Cylindrical-coordinate representation of color #633014: hue angle of 21.27º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #633014 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 20 -
CMYK 0 0.52 0.80 0.61
HSL 21.27º 0.66% 0.23% -
HSV(B) 21.27º 0.8% 0.39% -
XYZ 6.33 4.82 1.26 -
YUV 60.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 99 48 20 0 0.52 0.80 0.61 21.27 0.66 0.23
Hex 63 30 14 0 34 50 3D 15 42 17
Octal 143 60 24 0 64 120 75 25 102 27
Binary 1100011 110000 10100 0 110100 1010000 111101 10101 1000010 10111

Color Harmonies of #633014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633014

Black with #633014

Text Example


Text Example

White with #633014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633014; }

 p { color: rgb(99,48,20); }

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

background-color css

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

 a { background-color: rgb(99,48,20); }

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

border-color css

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

 span { border-color: rgb(99,48,20); }

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