Html Css Color HEX #63330E Baker's Chocolate

📋 copy color: '#63330E'

red 99 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #63330E

Tints of Baker's Chocolate #63330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 60.37%
G = 31.1%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63330E (or 0x63330E) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 0E. RGB value is (99,51,14). Sum of RGB (Red+Green+Blue) = 99+51+14=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63330E is #9CCCF1. Grayscale: #3D3D3D. Windows color (decimal): -10276082 or 930659. OLE color: 930659.

HSL color Cylindrical-coordinate representation of color #63330E: hue angle of 26.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63330E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 14 -
CMYK 0 0.48 0.86 0.61
HSL 26.12º 0.75% 0.22% -
HSV(B) 26.12º 0.86% 0.39% -
XYZ 6.41 5.05 1.05 -
YUV 61.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 99 51 14 0 0.48 0.86 0.61 26.12 0.75 0.22
Hex 63 33 E 0 30 56 3D 1A 4B 16
Octal 143 63 16 0 60 126 75 32 113 26
Binary 1100011 110011 1110 0 110000 1010110 111101 11010 1001011 10110

Color Harmonies of #63330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63330E

Black with #63330E

Text Example


Text Example

White with #63330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,51,14); }

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

background-color css

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

 a { background-color: rgb(99,51,14); }

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

border-color css

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

 span { border-color: rgb(99,51,14); }

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