Html Css Color HEX #67613F Verdigris

📋 copy color: '#67613F'

red 103 ◦ green 97 ◦ blue 63

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

Shades of Verdigris #67613F

Tints of Verdigris #67613F

RGB

 RED value IS 103 (40.63% from 255) = 39.16%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 39.16%
G = 36.88%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#67613F (or 0x67613F) is known color: Verdigris. HEX triplet: 67, 61 and 3F. RGB value is (103,97,63). Sum of RGB (Red+Green+Blue) = 103+97+63=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67613F is #989EC0. Grayscale: #5F5F5F. Windows color (decimal): -10002113 or 4153703. OLE color: 4153703.

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

Color convert

RGB 103 97 63 -
CMYK 0 0.06 0.39 0.60
HSL 51º 0.24% 0.33% -
HSV(B) 51º 0.39% 0.4% -
XYZ 10.77 11.79 6.41 -
YUV 94.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 103 97 63 0 0.06 0.39 0.60 51 0.24 0.33
Hex 67 61 3F 0 6 27 3C 33 18 21
Octal 147 141 77 0 6 47 74 63 30 41
Binary 1100111 1100001 111111 0 110 100111 111100 110011 11000 100001

Color Harmonies of #67613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67613F

Black with #67613F

Text Example


Text Example

White with #67613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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