Html Css Color HEX #67613D Verdigris

📋 copy color: '#67613D'

red 103 ◦ green 97 ◦ blue 61

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

Shades of Verdigris #67613D

Tints of Verdigris #67613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 39.46%
G = 37.16%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#67613D (or 0x67613D) is known color: Verdigris. HEX triplet: 67, 61 and 3D. RGB value is (103,97,61). Sum of RGB (Red+Green+Blue) = 103+97+61=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67613D is #989EC2. Grayscale: #5E5E5E. Windows color (decimal): -10002115 or 4022631. OLE color: 4022631.

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

Color convert

RGB 103 97 61 -
CMYK 0 0.06 0.41 0.60
HSL 51.43º 0.26% 0.32% -
HSV(B) 51.43º 0.41% 0.4% -
XYZ 10.71 11.77 6.12 -
YUV 94.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 103 97 61 0 0.06 0.41 0.60 51.43 0.26 0.32
Hex 67 61 3D 0 6 29 3C 33 1A 20
Octal 147 141 75 0 6 51 74 63 32 40
Binary 1100111 1100001 111101 0 110 101001 111100 110011 11010 100000

Color Harmonies of #67613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67613D

Black with #67613D

Text Example


Text Example

White with #67613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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