Html Css Color HEX #63351E Baker's Chocolate

📋 copy color: '#63351E'

red 99 ◦ green 53 ◦ blue 30

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

Shades of Baker's Chocolate #63351E

Tints of Baker's Chocolate #63351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 54.4%
G = 29.12%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63351E (or 0x63351E) is known color: Baker's Chocolate. HEX triplet: 63, 35 and 1E. RGB value is (99,53,30). Sum of RGB (Red+Green+Blue) = 99+53+30=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63351E is #9CCAE1. Grayscale: #404040. Windows color (decimal): -10275554 or 1979747. OLE color: 1979747.

HSL color Cylindrical-coordinate representation of color #63351E: hue angle of 20º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63351E is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 53 30 -
CMYK 0 0.46 0.70 0.61
HSL 20º 0.53% 0.25% -
HSV(B) 20º 0.7% 0.39% -
XYZ 6.65 5.29 1.9 -
YUV 64.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 99 53 30 0 0.46 0.70 0.61 20 0.53 0.25
Hex 63 35 1E 0 2E 46 3D 14 35 19
Octal 143 65 36 0 56 106 75 24 65 31
Binary 1100011 110101 11110 0 101110 1000110 111101 10100 110101 11001

Color Harmonies of #63351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63351E

Black with #63351E

Text Example


Text Example

White with #63351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63351E; }

 p { color: rgb(99,53,30); }

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

background-color css

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

 a { background-color: rgb(99,53,30); }

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

border-color css

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

 span { border-color: rgb(99,53,30); }

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