Html Css Color HEX #695E4B Makara

📋 copy color: '#695E4B'

red 105 ◦ green 94 ◦ blue 75

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

Shades of Makara #695E4B

Tints of Makara #695E4B

RGB

 RED value IS 105 (41.41% from 255) = 38.32%

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 38.32%
G = 34.31%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#695E4B (or 0x695E4B) is known color: Makara. HEX triplet: 69, 5E and 4B. RGB value is (105,94,75). Sum of RGB (Red+Green+Blue) = 105+94+75=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E4B is #96A1B4. Grayscale: #5F5F5F. Windows color (decimal): -9871797 or 4939369. OLE color: 4939369.

HSL color Cylindrical-coordinate representation of color #695E4B: hue angle of 38º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #695E4B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 94 75 -
CMYK 0 0.10 0.29 0.59
HSL 38º 0.17% 0.35% -
HSV(B) 38º 0.29% 0.41% -
XYZ 11.1 11.52 8.29 -
YUV 95.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 105 94 75 0 0.10 0.29 0.59 38 0.17 0.35
Hex 69 5E 4B 0 A 1D 3B 26 11 23
Octal 151 136 113 0 12 35 73 46 21 43
Binary 1101001 1011110 1001011 0 1010 11101 111011 100110 10001 100011

Color Harmonies of #695E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E4B

Black with #695E4B

Text Example


Text Example

White with #695E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695E4B; }

 p { color: rgb(105,94,75); }

 H1.HeaderClassName
 {
   color: #695E4B;
 }
 .AnyTagClassName
 {
   color: #695E4B;
 }
</style>

background-color css

<style>
 a { background-color: #695E4B; }

 a { background-color: rgb(105,94,75); }

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

border-color css

<style>
 span { border-color: #695E4B; }

 span { border-color: rgb(105,94,75); }

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