Html Css Color HEX #61674C Woodland

📋 copy color: '#61674C'

red 97 ◦ green 103 ◦ blue 76

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

Shades of Woodland #61674C

Tints of Woodland #61674C

RGB

 RED value IS 97 (38.28% from 255) = 35.14%

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 35.14%
G = 37.32%
B = 27.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#61674C (or 0x61674C) is known color: Woodland. HEX triplet: 61, 67 and 4C. RGB value is (97,103,76). Sum of RGB (Red+Green+Blue) = 97+103+76=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #61674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61674C is #9E98B3. Grayscale: #626262. Windows color (decimal): -10393780 or 5007201. OLE color: 5007201.

HSL color Cylindrical-coordinate representation of color #61674C: hue angle of 73.33º 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 #61674C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 103 76 -
CMYK 0.06 0 0.26 0.60
HSL 73.33º 0.15% 0.35% -
HSV(B) 73.33º 0.26% 0.4% -
XYZ 11.08 12.76 8.72 -
YUV 98.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 97 103 76 0.06 0 0.26 0.60 73.33 0.15 0.35
Hex 61 67 4C 6 0 1A 3C 49 F 23
Octal 141 147 114 6 0 32 74 111 17 43
Binary 1100001 1100111 1001100 110 0 11010 111100 1001001 1111 100011

Color Harmonies of #61674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61674C

Black with #61674C

Text Example


Text Example

White with #61674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61674C; }

 p { color: rgb(97,103,76); }

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

background-color css

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

 a { background-color: rgb(97,103,76); }

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

border-color css

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

 span { border-color: rgb(97,103,76); }

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