Html Css Color HEX #62664B Woodland

📋 copy color: '#62664B'

red 98 ◦ green 102 ◦ blue 75

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

Shades of Woodland #62664B

Tints of Woodland #62664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 35.64%
G = 37.09%
B = 27.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#62664B (or 0x62664B) is known color: Woodland. HEX triplet: 62, 66 and 4B. RGB value is (98,102,75). Sum of RGB (Red+Green+Blue) = 98+102+75=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #62664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62664B is #9D99B4. Grayscale: #616161. Windows color (decimal): -10328501 or 4941410. OLE color: 4941410.

HSL color Cylindrical-coordinate representation of color #62664B: hue angle of 68.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62664B is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 102 75 -
CMYK 0.04 0 0.26 0.6
HSL 68.89º 0.15% 0.35% -
HSV(B) 68.89º 0.26% 0.4% -
XYZ 11.06 12.61 8.51 -
YUV 97.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 98 102 75 0.04 0 0.26 0.6 68.89 0.15 0.35
Hex 62 66 4B 4 0 1A 3C 45 F 23
Octal 142 146 113 4 0 32 74 105 17 43
Binary 1100010 1100110 1001011 100 0 11010 111100 1000101 1111 100011

Color Harmonies of #62664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62664B

Black with #62664B

Text Example


Text Example

White with #62664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62664B; }

 p { color: rgb(98,102,75); }

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

background-color css

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

 a { background-color: rgb(98,102,75); }

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

border-color css

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

 span { border-color: rgb(98,102,75); }

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