Html Css Color HEX #63361E Baker's Chocolate

📋 copy color: '#63361E'

red 99 ◦ green 54 ◦ blue 30

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

Shades of Baker's Chocolate #63361E

Tints of Baker's Chocolate #63361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

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

R = 54.1%
G = 29.51%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63361E (or 0x63361E) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 1E. RGB value is (99,54,30). Sum of RGB (Red+Green+Blue) = 99+54+30=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63361E is #9CC9E1. Grayscale: #404040. Windows color (decimal): -10275298 or 1980003. OLE color: 1980003.

HSL color Cylindrical-coordinate representation of color #63361E: hue angle of 20.87º 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 #63361E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 54 30 -
CMYK 0 0.45 0.70 0.61
HSL 20.87º 0.53% 0.25% -
HSV(B) 20.87º 0.7% 0.39% -
XYZ 6.7 5.38 1.91 -
YUV 64.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 99 54 30 0 0.45 0.70 0.61 20.87 0.53 0.25
Hex 63 36 1E 0 2D 46 3D 15 35 19
Octal 143 66 36 0 55 106 75 25 65 31
Binary 1100011 110110 11110 0 101101 1000110 111101 10101 110101 11001

Color Harmonies of #63361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63361E

Black with #63361E

Text Example


Text Example

White with #63361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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