Html Css Color HEX #663613 Baker's Chocolate

📋 copy color: '#663613'

red 102 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #663613

Tints of Baker's Chocolate #663613

RGB

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

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

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

R = 58.29%
G = 30.86%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663613 (or 0x663613) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 13. RGB value is (102,54,19). Sum of RGB (Red+Green+Blue) = 102+54+19=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663613 is #99C9EC. Grayscale: #404040. Windows color (decimal): -10078701 or 1259110. OLE color: 1259110.

HSL color Cylindrical-coordinate representation of color #663613: hue angle of 25.3º 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 #663613 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 19 -
CMYK 0 0.47 0.81 0.6
HSL 25.3º 0.69% 0.24% -
HSV(B) 25.3º 0.81% 0.4% -
XYZ 6.92 5.51 1.32 -
YUV 64.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 102 54 19 0 0.47 0.81 0.6 25.3 0.69 0.24
Hex 66 36 13 0 2F 51 3C 19 45 18
Octal 146 66 23 0 57 121 74 31 105 30
Binary 1100110 110110 10011 0 101111 1010001 111100 11001 1000101 11000

Color Harmonies of #663613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663613

Black with #663613

Text Example


Text Example

White with #663613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663613; }

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

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

background-color css

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

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

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

border-color css

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

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

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