Html Css Color HEX #665B35 West Coast

📋 copy color: '#665B35'

red 102 ◦ green 91 ◦ blue 53

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

Shades of West Coast #665B35

Tints of West Coast #665B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 41.46%
G = 36.99%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#665B35 (or 0x665B35) is known color: West Coast. HEX triplet: 66, 5B and 35. RGB value is (102,91,53). Sum of RGB (Red+Green+Blue) = 102+91+53=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #665B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B35 is #99A4CA. Grayscale: #5A5A5A. Windows color (decimal): -10069195 or 3496806. OLE color: 3496806.

HSL color Cylindrical-coordinate representation of color #665B35: hue angle of 46.53º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665B35 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 53 -
CMYK 0 0.11 0.48 0.6
HSL 46.53º 0.32% 0.3% -
HSV(B) 46.53º 0.48% 0.4% -
XYZ 9.86 10.56 4.89 -
YUV 89.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 102 91 53 0 0.11 0.48 0.6 46.53 0.32 0.3
Hex 66 5B 35 0 B 30 3C 2F 20 1E
Octal 146 133 65 0 13 60 74 57 40 36
Binary 1100110 1011011 110101 0 1011 110000 111100 101111 100000 11110

Color Harmonies of #665B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B35

Black with #665B35

Text Example


Text Example

White with #665B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B35; }

 p { color: rgb(102,91,53); }

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

background-color css

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

 a { background-color: rgb(102,91,53); }

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

border-color css

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

 span { border-color: rgb(102,91,53); }

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