Html Css Color HEX #6B653D Verdigris

📋 copy color: '#6B653D'

red 107 ◦ green 101 ◦ blue 61

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

Shades of Verdigris #6B653D

Tints of Verdigris #6B653D

RGB

 RED value IS 107 (42.19% from 255) = 39.78%

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 39.78%
G = 37.55%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B653D (or 0x6B653D) is known color: Verdigris. HEX triplet: 6B, 65 and 3D. RGB value is (107,101,61). Sum of RGB (Red+Green+Blue) = 107+101+61=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B653D is #949AC2. Grayscale: #626262. Windows color (decimal): -9738947 or 4023659. OLE color: 4023659.

HSL color Cylindrical-coordinate representation of color #6B653D: hue angle of 52.17º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B653D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 101 61 -
CMYK 0 0.06 0.43 0.58
HSL 52.17º 0.27% 0.33% -
HSV(B) 52.17º 0.43% 0.42% -
XYZ 11.56 12.77 6.27 -
YUV 98.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 107 101 61 0 0.06 0.43 0.58 52.17 0.27 0.33
Hex 6B 65 3D 0 6 2B 3A 34 1B 21
Octal 153 145 75 0 6 53 72 64 33 41
Binary 1101011 1100101 111101 0 110 101011 111010 110100 11011 100001

Color Harmonies of #6B653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B653D

Black with #6B653D

Text Example


Text Example

White with #6B653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B653D; }

 p { color: rgb(107,101,61); }

 H1.HeaderClassName
 {
   color: #6B653D;
 }
 .AnyTagClassName
 {
   color: #6B653D;
 }
</style>

background-color css

<style>
 a { background-color: #6B653D; }

 a { background-color: rgb(107,101,61); }

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

border-color css

<style>
 span { border-color: #6B653D; }

 span { border-color: rgb(107,101,61); }

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