Html Css Color HEX #663813 Baker's Chocolate

📋 copy color: '#663813'

red 102 ◦ green 56 ◦ blue 19

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

Shades of Baker's Chocolate #663813

Tints of Baker's Chocolate #663813

RGB

 RED value IS 102 (40.23% from 255) = 57.63%

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 57.63%
G = 31.64%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663813 (or 0x663813) is known color: Baker's Chocolate. HEX triplet: 66, 38 and 13. RGB value is (102,56,19). Sum of RGB (Red+Green+Blue) = 102+56+19=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663813 is #99C7EC. Grayscale: #414141. Windows color (decimal): -10078189 or 1259622. OLE color: 1259622.

HSL color Cylindrical-coordinate representation of color #663813: hue angle of 26.75º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663813 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 19 -
CMYK 0 0.45 0.81 0.6
HSL 26.75º 0.69% 0.24% -
HSV(B) 26.75º 0.81% 0.4% -
XYZ 7.01 5.7 1.35 -
YUV 65.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 102 56 19 0 0.45 0.81 0.6 26.75 0.69 0.24
Hex 66 38 13 0 2D 51 3C 1B 45 18
Octal 146 70 23 0 55 121 74 33 105 30
Binary 1100110 111000 10011 0 101101 1010001 111100 11011 1000101 11000

Color Harmonies of #663813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663813

Black with #663813

Text Example


Text Example

White with #663813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663813; }

 p { color: rgb(102,56,19); }

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

background-color css

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

 a { background-color: rgb(102,56,19); }

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

border-color css

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

 span { border-color: rgb(102,56,19); }

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