Html Css Color HEX #63340F Baker's Chocolate

📋 copy color: '#63340F'

red 99 ◦ green 52 ◦ blue 15

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

Shades of Baker's Chocolate #63340F

Tints of Baker's Chocolate #63340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 59.64%
G = 31.33%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63340F (or 0x63340F) is known color: Baker's Chocolate. HEX triplet: 63, 34 and 0F. RGB value is (99,52,15). Sum of RGB (Red+Green+Blue) = 99+52+15=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63340F is #9CCBF0. Grayscale: #3E3E3E. Windows color (decimal): -10275825 or 996451. OLE color: 996451.

HSL color Cylindrical-coordinate representation of color #63340F: hue angle of 26.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63340F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 52 15 -
CMYK 0 0.47 0.85 0.61
HSL 26.43º 0.74% 0.22% -
HSV(B) 26.43º 0.85% 0.39% -
XYZ 6.46 5.14 1.1 -
YUV 61.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 99 52 15 0 0.47 0.85 0.61 26.43 0.74 0.22
Hex 63 34 F 0 2F 55 3D 1A 4A 16
Octal 143 64 17 0 57 125 75 32 112 26
Binary 1100011 110100 1111 0 101111 1010101 111101 11010 1001010 10110

Color Harmonies of #63340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63340F

Black with #63340F

Text Example


Text Example

White with #63340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63340F; }

 p { color: rgb(99,52,15); }

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

background-color css

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

 a { background-color: rgb(99,52,15); }

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

border-color css

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

 span { border-color: rgb(99,52,15); }

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