Html Css Color HEX #61674F Woodland

📋 copy color: '#61674F'

red 97 ◦ green 103 ◦ blue 79

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

Shades of Woodland #61674F

Tints of Woodland #61674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 34.77%
G = 36.92%
B = 28.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#61674F (or 0x61674F) is known color: Woodland. HEX triplet: 61, 67 and 4F. RGB value is (97,103,79). Sum of RGB (Red+Green+Blue) = 97+103+79=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #61674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61674F is #9E98B0. Grayscale: #626262. Windows color (decimal): -10393777 or 5203809. OLE color: 5203809.

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

Color convert

RGB 97 103 79 -
CMYK 0.06 0 0.23 0.60
HSL 75º 0.13% 0.36% -
HSV(B) 75º 0.23% 0.4% -
XYZ 11.19 12.81 9.28 -
YUV 98.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 97 103 79 0.06 0 0.23 0.60 75 0.13 0.36
Hex 61 67 4F 6 0 17 3C 4B D 24
Octal 141 147 117 6 0 27 74 113 15 44
Binary 1100001 1100111 1001111 110 0 10111 111100 1001011 1101 100100

Color Harmonies of #61674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61674F

Black with #61674F

Text Example


Text Example

White with #61674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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