Html Css Color HEX #62694A Woodland

📋 copy color: '#62694A'

red 98 ◦ green 105 ◦ blue 74

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

Shades of Woodland #62694A

Tints of Woodland #62694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 35.38%
G = 37.91%
B = 26.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#62694A (or 0x62694A) is known color: Woodland. HEX triplet: 62, 69 and 4A. RGB value is (98,105,74). Sum of RGB (Red+Green+Blue) = 98+105+74=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #62694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62694A is #9D96B5. Grayscale: #636363. Windows color (decimal): -10327734 or 4876642. OLE color: 4876642.

HSL color Cylindrical-coordinate representation of color #62694A: hue angle of 73.55º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62694A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 105 74 -
CMYK 0.07 0 0.30 0.59
HSL 73.55º 0.17% 0.35% -
HSV(B) 73.55º 0.3% 0.41% -
XYZ 11.32 13.19 8.43 -
YUV 99.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 98 105 74 0.07 0 0.30 0.59 73.55 0.17 0.35
Hex 62 69 4A 7 0 1E 3B 4A 11 23
Octal 142 151 112 7 0 36 73 112 21 43
Binary 1100010 1101001 1001010 111 0 11110 111011 1001010 10001 100011

Color Harmonies of #62694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62694A

Black with #62694A

Text Example


Text Example

White with #62694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62694A; }

 p { color: rgb(98,105,74); }

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

background-color css

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

 a { background-color: rgb(98,105,74); }

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

border-color css

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

 span { border-color: rgb(98,105,74); }

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