Html Css Color HEX #6B853A Dingley

📋 copy color: '#6B853A'

red 107 ◦ green 133 ◦ blue 58

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

Shades of Dingley #6B853A

Tints of Dingley #6B853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 35.91%
G = 44.63%
B = 19.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#6B853A (or 0x6B853A) is known color: Dingley. HEX triplet: 6B, 85 and 3A. RGB value is (107,133,58). Sum of RGB (Red+Green+Blue) = 107+133+58=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #6B853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B853A is #947AC5. Grayscale: #747474. Windows color (decimal): -9730758 or 3835243. OLE color: 3835243.

HSL color Cylindrical-coordinate representation of color #6B853A: hue angle of 80.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B853A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 58 -
CMYK 0.20 0 0.56 0.48
HSL 80.8º 0.39% 0.37% -
HSV(B) 80.8º 0.56% 0.52% -
XYZ 15.21 20.21 7.1 -
YUV 116.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 107 133 58 0.20 0 0.56 0.48 80.8 0.39 0.37
Hex 6B 85 3A 14 0 38 30 51 27 25
Octal 153 205 72 24 0 70 60 121 47 45
Binary 1101011 10000101 111010 10100 0 111000 110000 1010001 100111 100101

Color Harmonies of #6B853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B853A

Black with #6B853A

Text Example


Text Example

White with #6B853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,58); }

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

background-color css

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

 a { background-color: rgb(107,133,58); }

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

border-color css

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

 span { border-color: rgb(107,133,58); }

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