Html Css Color HEX #663A19 Baker's Chocolate

📋 copy color: '#663A19'

red 102 ◦ green 58 ◦ blue 25

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

Shades of Baker's Chocolate #663A19

Tints of Baker's Chocolate #663A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

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

R = 55.14%
G = 31.35%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663A19 (or 0x663A19) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 19. RGB value is (102,58,25). Sum of RGB (Red+Green+Blue) = 102+58+25=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A19 is #99C5E6. Grayscale: #434343. Windows color (decimal): -10077671 or 1653350. OLE color: 1653350.

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

Color convert

RGB 102 58 25 -
CMYK 0 0.43 0.75 0.6
HSL 25.71º 0.61% 0.25% -
HSV(B) 25.71º 0.75% 0.4% -
XYZ 7.17 5.92 1.68 -
YUV 67.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 102 58 25 0 0.43 0.75 0.6 25.71 0.61 0.25
Hex 66 3A 19 0 2B 4B 3C 1A 3D 19
Octal 146 72 31 0 53 113 74 32 75 31
Binary 1100110 111010 11001 0 101011 1001011 111100 11010 111101 11001

Color Harmonies of #663A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A19

Black with #663A19

Text Example


Text Example

White with #663A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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