Html Css Color HEX #69673E Verdigris

📋 copy color: '#69673E'

red 105 ◦ green 103 ◦ blue 62

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

Shades of Verdigris #69673E

Tints of Verdigris #69673E

RGB

 RED value IS 105 (41.41% from 255) = 38.89%

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 38.89%
G = 38.15%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69673E (or 0x69673E) is known color: Verdigris. HEX triplet: 69, 67 and 3E. RGB value is (105,103,62). Sum of RGB (Red+Green+Blue) = 105+103+62=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69673E is #9698C1. Grayscale: #636363. Windows color (decimal): -9869506 or 4089705. OLE color: 4089705.

HSL color Cylindrical-coordinate representation of color #69673E: hue angle of 57.21º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69673E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 62 -
CMYK 0 0.02 0.41 0.59
HSL 57.21º 0.26% 0.33% -
HSV(B) 57.21º 0.41% 0.41% -
XYZ 11.55 13.05 6.47 -
YUV 98.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 105 103 62 0 0.02 0.41 0.59 57.21 0.26 0.33
Hex 69 67 3E 0 2 29 3B 39 1A 21
Octal 151 147 76 0 2 51 73 71 32 41
Binary 1101001 1100111 111110 0 10 101001 111011 111001 11010 100001

Color Harmonies of #69673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69673E

Black with #69673E

Text Example


Text Example

White with #69673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69673E; }

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

 H1.HeaderClassName
 {
   color: #69673E;
 }
 .AnyTagClassName
 {
   color: #69673E;
 }
</style>

background-color css

<style>
 a { background-color: #69673E; }

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

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

border-color css

<style>
 span { border-color: #69673E; }

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

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