Html Css Color HEX #625628 West Coast

📋 copy color: '#625628'

red 98 ◦ green 86 ◦ blue 40

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

Shades of West Coast #625628

Tints of West Coast #625628

RGB

 RED value IS 98 (38.67% from 255) = 43.75%

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 43.75%
G = 38.39%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#625628 (or 0x625628) is known color: West Coast. HEX triplet: 62, 56 and 28. RGB value is (98,86,40). Sum of RGB (Red+Green+Blue) = 98+86+40=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #625628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625628 is #9DA9D7. Grayscale: #545454. Windows color (decimal): -10332632 or 2643554. OLE color: 2643554.

HSL color Cylindrical-coordinate representation of color #625628: hue angle of 47.59º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625628 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 86 40 -
CMYK 0 0.12 0.59 0.62
HSL 47.59º 0.42% 0.27% -
HSV(B) 47.59º 0.59% 0.38% -
XYZ 8.75 9.41 3.36 -
YUV 84.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 98 86 40 0 0.12 0.59 0.62 47.59 0.42 0.27
Hex 62 56 28 0 C 3B 3E 30 2A 1B
Octal 142 126 50 0 14 73 76 60 52 33
Binary 1100010 1010110 101000 0 1100 111011 111110 110000 101010 11011

Color Harmonies of #625628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625628

Black with #625628

Text Example


Text Example

White with #625628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625628; }

 p { color: rgb(98,86,40); }

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

background-color css

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

 a { background-color: rgb(98,86,40); }

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

border-color css

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

 span { border-color: rgb(98,86,40); }

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