Html Css Color HEX #6B7B49 Dingley

📋 copy color: '#6B7B49'

red 107 ◦ green 123 ◦ blue 73

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

Shades of Dingley #6B7B49

Tints of Dingley #6B7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 35.31%
G = 40.59%
B = 24.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#6B7B49 (or 0x6B7B49) is known color: Dingley. HEX triplet: 6B, 7B and 49. RGB value is (107,123,73). Sum of RGB (Red+Green+Blue) = 107+123+73=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B49 is #9484B6. Grayscale: #707070. Windows color (decimal): -9733303 or 4815723. OLE color: 4815723.

HSL color Cylindrical-coordinate representation of color #6B7B49: hue angle of 79.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7B49 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 123 73 -
CMYK 0.13 0 0.41 0.52
HSL 79.2º 0.26% 0.38% -
HSV(B) 79.2º 0.41% 0.48% -
XYZ 14.35 17.77 8.98 -
YUV 112.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 107 123 73 0.13 0 0.41 0.52 79.2 0.26 0.38
Hex 6B 7B 49 D 0 29 34 4F 1A 26
Octal 153 173 111 15 0 51 64 117 32 46
Binary 1101011 1111011 1001001 1101 0 101001 110100 1001111 11010 100110

Color Harmonies of #6B7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B49

Black with #6B7B49

Text Example


Text Example

White with #6B7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,123,73); }

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

background-color css

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

 a { background-color: rgb(107,123,73); }

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

border-color css

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

 span { border-color: rgb(107,123,73); }

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