Html Css Color HEX #6B534E Congo Brown

📋 copy color: '#6B534E'

red 107 ◦ green 83 ◦ blue 78

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

Shades of Congo Brown #6B534E

Tints of Congo Brown #6B534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 39.93%
G = 30.97%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B534E (or 0x6B534E) is known color: Congo Brown. HEX triplet: 6B, 53 and 4E. RGB value is (107,83,78). Sum of RGB (Red+Green+Blue) = 107+83+78=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B534E is #94ACB1. Grayscale: #595959. Windows color (decimal): -9743538 or 5133163. OLE color: 5133163.

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

Color convert

RGB 107 83 78 -
CMYK 0 0.22 0.27 0.58
HSL 10.34º 0.16% 0.36% -
HSV(B) 10.34º 0.27% 0.42% -
XYZ 10.53 9.86 8.56 -
YUV 89.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 107 83 78 0 0.22 0.27 0.58 10.34 0.16 0.36
Hex 6B 53 4E 0 16 1B 3A A 10 24
Octal 153 123 116 0 26 33 72 12 20 44
Binary 1101011 1010011 1001110 0 10110 11011 111010 1010 10000 100100

Color Harmonies of #6B534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B534E

Black with #6B534E

Text Example


Text Example

White with #6B534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,78); }

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

background-color css

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

 a { background-color: rgb(107,83,78); }

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

border-color css

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

 span { border-color: rgb(107,83,78); }

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