Html Css Color HEX #663019 Baker's Chocolate

📋 copy color: '#663019'

red 102 ◦ green 48 ◦ blue 25

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

Shades of Baker's Chocolate #663019

Tints of Baker's Chocolate #663019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 58.29%
G = 27.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663019 (or 0x663019) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 19. RGB value is (102,48,25). Sum of RGB (Red+Green+Blue) = 102+48+25=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663019 is #99CFE6. Grayscale: #3D3D3D. Windows color (decimal): -10080231 or 1650790. OLE color: 1650790.

HSL color Cylindrical-coordinate representation of color #663019: hue angle of 17.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663019 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 25 -
CMYK 0 0.53 0.75 0.6
HSL 17.92º 0.61% 0.25% -
HSV(B) 17.92º 0.75% 0.4% -
XYZ 6.71 5.01 1.53 -
YUV 61.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 102 48 25 0 0.53 0.75 0.6 17.92 0.61 0.25
Hex 66 30 19 0 35 4B 3C 12 3D 19
Octal 146 60 31 0 65 113 74 22 75 31
Binary 1100110 110000 11001 0 110101 1001011 111100 10010 111101 11001

Color Harmonies of #663019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663019

Black with #663019

Text Example


Text Example

White with #663019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663019; }

 p { color: rgb(102,48,25); }

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

background-color css

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

 a { background-color: rgb(102,48,25); }

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

border-color css

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

 span { border-color: rgb(102,48,25); }

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