Html Css Color HEX #663018 Baker's Chocolate

📋 copy color: '#663018'

red 102 ◦ green 48 ◦ blue 24

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

Shades of Baker's Chocolate #663018

Tints of Baker's Chocolate #663018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 58.62%
G = 27.59%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#663018 (or 0x663018) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 18. RGB value is (102,48,24). Sum of RGB (Red+Green+Blue) = 102+48+24=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663018 is #99CFE7. Grayscale: #3D3D3D. Windows color (decimal): -10080232 or 1585254. OLE color: 1585254.

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

Color convert

RGB 102 48 24 -
CMYK 0 0.53 0.76 0.6
HSL 18.46º 0.62% 0.25% -
HSV(B) 18.46º 0.76% 0.4% -
XYZ 6.7 5 1.48 -
YUV 61.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 102 48 24 0 0.53 0.76 0.6 18.46 0.62 0.25
Hex 66 30 18 0 35 4C 3C 12 3E 19
Octal 146 60 30 0 65 114 74 22 76 31
Binary 1100110 110000 11000 0 110101 1001100 111100 10010 111110 11001

Color Harmonies of #663018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663018

Black with #663018

Text Example


Text Example

White with #663018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663018; }

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

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

background-color css

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

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

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

border-color css

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

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

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