Html Css Color HEX #655830 West Coast

📋 copy color: '#655830'

red 101 ◦ green 88 ◦ blue 48

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

Shades of West Coast #655830

Tints of West Coast #655830

RGB

 RED value IS 101 (39.84% from 255) = 42.62%

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 42.62%
G = 37.13%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#655830 (or 0x655830) is known color: West Coast. HEX triplet: 65, 58 and 30. RGB value is (101,88,48). Sum of RGB (Red+Green+Blue) = 101+88+48=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #655830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655830 is #9AA7CF. Grayscale: #575757. Windows color (decimal): -10135504 or 3168357. OLE color: 3168357.

HSL color Cylindrical-coordinate representation of color #655830: hue angle of 45.28º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655830 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 88 48 -
CMYK 0 0.13 0.52 0.60
HSL 45.28º 0.36% 0.29% -
HSV(B) 45.28º 0.52% 0.4% -
XYZ 9.39 9.96 4.22 -
YUV 87.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 101 88 48 0 0.13 0.52 0.60 45.28 0.36 0.29
Hex 65 58 30 0 D 34 3C 2D 24 1D
Octal 145 130 60 0 15 64 74 55 44 35
Binary 1100101 1011000 110000 0 1101 110100 111100 101101 100100 11101

Color Harmonies of #655830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655830

Black with #655830

Text Example


Text Example

White with #655830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655830; }

 p { color: rgb(101,88,48); }

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

background-color css

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

 a { background-color: rgb(101,88,48); }

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

border-color css

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

 span { border-color: rgb(101,88,48); }

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