Html Css Color HEX #C6B375 Ecru

📋 copy color: '#C6B375'

red 198 ◦ green 179 ◦ blue 117

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

Shades of Ecru #C6B375

Tints of Ecru #C6B375

RGB

 RED value IS 198 (77.73% from 255) = 40.08%

 GREEN value IS 179 (70.31% from 255) = 36.23%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 40.08%
G = 36.23%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6B375 (or 0xC6B375) is known color: Ecru. HEX triplet: C6, B3 and 75. RGB value is (198,179,117). Sum of RGB (Red+Green+Blue) = 198+179+117=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B375 is #394C8A. Grayscale: #B1B1B1. Windows color (decimal): -3755147 or 7713734. OLE color: 7713734.

HSL color Cylindrical-coordinate representation of color #C6B375: hue angle of 45.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B375 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 117 -
CMYK 0 0.10 0.41 0.22
HSL 45.93º 0.42% 0.62% -
HSV(B) 45.93º 0.41% 0.78% -
XYZ 42.62 45.53 23.37 -
YUV 177.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 198 179 117 0 0.10 0.41 0.22 45.93 0.42 0.62
Hex C6 B3 75 0 A 29 16 2E 2A 3E
Octal 306 263 165 0 12 51 26 56 52 76
Binary 11000110 10110011 1110101 0 1010 101001 10110 101110 101010 111110

Color Harmonies of #C6B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B375

Black with #C6B375

Text Example


Text Example

White with #C6B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B375; }

 p { color: rgb(198,179,117); }

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

background-color css

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

 a { background-color: rgb(198,179,117); }

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

border-color css

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

 span { border-color: rgb(198,179,117); }

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