Html Css Color HEX #67693B Verdigris

📋 copy color: '#67693B'

red 103 ◦ green 105 ◦ blue 59

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

Shades of Verdigris #67693B

Tints of Verdigris #67693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 38.58%
G = 39.33%
B = 22.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#67693B (or 0x67693B) is known color: Verdigris. HEX triplet: 67, 69 and 3B. RGB value is (103,105,59). Sum of RGB (Red+Green+Blue) = 103+105+59=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #67693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67693B is #9896C4. Grayscale: #636363. Windows color (decimal): -10000069 or 3893607. OLE color: 3893607.

HSL color Cylindrical-coordinate representation of color #67693B: hue angle of 62.61º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67693B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 105 59 -
CMYK 0.02 0 0.44 0.59
HSL 62.61º 0.28% 0.32% -
HSV(B) 62.61º 0.44% 0.41% -
XYZ 11.43 13.3 6.1 -
YUV 99.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 103 105 59 0.02 0 0.44 0.59 62.61 0.28 0.32
Hex 67 69 3B 2 0 2C 3B 3F 1C 20
Octal 147 151 73 2 0 54 73 77 34 40
Binary 1100111 1101001 111011 10 0 101100 111011 111111 11100 100000

Color Harmonies of #67693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67693B

Black with #67693B

Text Example


Text Example

White with #67693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,105,59); }

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

background-color css

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

 a { background-color: rgb(103,105,59); }

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

border-color css

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

 span { border-color: rgb(103,105,59); }

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