Html Css Color HEX #663619 Baker's Chocolate

📋 copy color: '#663619'

red 102 ◦ green 54 ◦ blue 25

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

Shades of Baker's Chocolate #663619

Tints of Baker's Chocolate #663619

RGB

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

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

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

R = 56.35%
G = 29.83%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663619 (or 0x663619) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 19. RGB value is (102,54,25). Sum of RGB (Red+Green+Blue) = 102+54+25=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #663619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663619 is #99C9E6. Grayscale: #414141. Windows color (decimal): -10078695 or 1652326. OLE color: 1652326.

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

Color convert

RGB 102 54 25 -
CMYK 0 0.47 0.75 0.6
HSL 22.6º 0.61% 0.25% -
HSV(B) 22.6º 0.75% 0.4% -
XYZ 6.97 5.53 1.62 -
YUV 65.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 102 54 25 0 0.47 0.75 0.6 22.6 0.61 0.25
Hex 66 36 19 0 2F 4B 3C 17 3D 19
Octal 146 66 31 0 57 113 74 27 75 31
Binary 1100110 110110 11001 0 101111 1001011 111100 10111 111101 11001

Color Harmonies of #663619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663619

Black with #663619

Text Example


Text Example

White with #663619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663619; }

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

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

background-color css

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

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

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

border-color css

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

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

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