Html Css Color HEX #61623B Verdigris

📋 copy color: '#61623B'

red 97 ◦ green 98 ◦ blue 59

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

Shades of Verdigris #61623B

Tints of Verdigris #61623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.58%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 38.19%
G = 38.58%
B = 23.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61623B (or 0x61623B) is known color: Verdigris. HEX triplet: 61, 62 and 3B. RGB value is (97,98,59). Sum of RGB (Red+Green+Blue) = 97+98+59=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #61623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623B is #9E9DC4. Grayscale: #5D5D5D. Windows color (decimal): -10395077 or 3891809. OLE color: 3891809.

HSL color Cylindrical-coordinate representation of color #61623B: hue angle of 61.54º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61623B is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 98 59 -
CMYK 0.01 0 0.40 0.62
HSL 61.54º 0.25% 0.31% -
HSV(B) 61.54º 0.4% 0.38% -
XYZ 10.09 11.59 5.84 -
YUV 93.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 97 98 59 0.01 0 0.40 0.62 61.54 0.25 0.31
Hex 61 62 3B 1 0 28 3E 3E 19 1F
Octal 141 142 73 1 0 50 76 76 31 37
Binary 1100001 1100010 111011 1 0 101000 111110 111110 11001 11111

Color Harmonies of #61623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61623B

Black with #61623B

Text Example


Text Example

White with #61623B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,98,59); }

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

background-color css

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

 a { background-color: rgb(97,98,59); }

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

border-color css

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

 span { border-color: rgb(97,98,59); }

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