Html Css Color HEX #632713 Baker's Chocolate

📋 copy color: '#632713'

red 99 ◦ green 39 ◦ blue 19

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

Shades of Baker's Chocolate #632713

Tints of Baker's Chocolate #632713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 63.06%
G = 24.84%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#632713 (or 0x632713) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 13. RGB value is (99,39,19). Sum of RGB (Red+Green+Blue) = 99+39+19=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632713 is #9CD8EC. Grayscale: #363636. Windows color (decimal): -10279149 or 1255267. OLE color: 1255267.

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

Color convert

RGB 99 39 19 -
CMYK 0 0.61 0.81 0.61
HSL 15º 0.68% 0.23% -
HSV(B) 15º 0.81% 0.39% -
XYZ 5.99 4.15 1.1 -
YUV 54.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 99 39 19 0 0.61 0.81 0.61 15 0.68 0.23
Hex 63 27 13 0 3D 51 3D F 44 17
Octal 143 47 23 0 75 121 75 17 104 27
Binary 1100011 100111 10011 0 111101 1010001 111101 1111 1000100 10111

Color Harmonies of #632713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632713

Black with #632713

Text Example


Text Example

White with #632713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632713; }

 p { color: rgb(99,39,19); }

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

background-color css

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

 a { background-color: rgb(99,39,19); }

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

border-color css

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

 span { border-color: rgb(99,39,19); }

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