Html Css Color HEX #6B5D4B Makara

📋 copy color: '#6B5D4B'

red 107 ◦ green 93 ◦ blue 75

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

Shades of Makara #6B5D4B

Tints of Makara #6B5D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 38.91%
G = 33.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B5D4B (or 0x6B5D4B) is known color: Makara. HEX triplet: 6B, 5D and 4B. RGB value is (107,93,75). Sum of RGB (Red+Green+Blue) = 107+93+75=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D4B is #94A2B4. Grayscale: #5F5F5F. Windows color (decimal): -9740981 or 4939115. OLE color: 4939115.

HSL color Cylindrical-coordinate representation of color #6B5D4B: hue angle of 33.75º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B5D4B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 93 75 -
CMYK 0 0.13 0.30 0.58
HSL 33.75º 0.18% 0.36% -
HSV(B) 33.75º 0.3% 0.42% -
XYZ 11.25 11.46 8.28 -
YUV 95.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 107 93 75 0 0.13 0.30 0.58 33.75 0.18 0.36
Hex 6B 5D 4B 0 D 1E 3A 22 12 24
Octal 153 135 113 0 15 36 72 42 22 44
Binary 1101011 1011101 1001011 0 1101 11110 111010 100010 10010 100100

Color Harmonies of #6B5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D4B

Black with #6B5D4B

Text Example


Text Example

White with #6B5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,75); }

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

background-color css

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

 a { background-color: rgb(107,93,75); }

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

border-color css

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

 span { border-color: rgb(107,93,75); }

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