Html Css Color HEX #63320F Baker's Chocolate

📋 copy color: '#63320F'

red 99 ◦ green 50 ◦ blue 15

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

Shades of Baker's Chocolate #63320F

Tints of Baker's Chocolate #63320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 60.37%
G = 30.49%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63320F (or 0x63320F) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 0F. RGB value is (99,50,15). Sum of RGB (Red+Green+Blue) = 99+50+15=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63320F is #9CCDF0. Grayscale: #3C3C3C. Windows color (decimal): -10276337 or 995939. OLE color: 995939.

HSL color Cylindrical-coordinate representation of color #63320F: hue angle of 25º 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 #63320F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 15 -
CMYK 0 0.49 0.85 0.61
HSL 25º 0.74% 0.22% -
HSV(B) 25º 0.85% 0.39% -
XYZ 6.37 4.97 1.08 -
YUV 60.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 99 50 15 0 0.49 0.85 0.61 25 0.74 0.22
Hex 63 32 F 0 31 55 3D 19 4A 16
Octal 143 62 17 0 61 125 75 31 112 26
Binary 1100011 110010 1111 0 110001 1010101 111101 11001 1001010 10110

Color Harmonies of #63320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63320F

Black with #63320F

Text Example


Text Example

White with #63320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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