Html Css Color HEX #C6BD84 Yuma

📋 copy color: '#C6BD84'

red 198 ◦ green 189 ◦ blue 132

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

Shades of Yuma #C6BD84

Tints of Yuma #C6BD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

 BLUE value IS 132 (51.95% from 255) = 25.43%

R = 38.15%
G = 36.42%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C6BD84 (or 0xC6BD84) is known color: Yuma. HEX triplet: C6, BD and 84. RGB value is (198,189,132). Sum of RGB (Red+Green+Blue) = 198+189+132=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD84 is #39427B. Grayscale: #B9B9B9. Windows color (decimal): -3752572 or 8699334. OLE color: 8699334.

HSL color Cylindrical-coordinate representation of color #C6BD84: hue angle of 51.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6BD84 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 132 -
CMYK 0 0.05 0.33 0.22
HSL 51.82º 0.37% 0.65% -
HSV(B) 51.82º 0.33% 0.78% -
XYZ 45.65 50.07 29.09 -
YUV 185.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 198 189 132 0 0.05 0.33 0.22 51.82 0.37 0.65
Hex C6 BD 84 0 5 21 16 34 25 41
Octal 306 275 204 0 5 41 26 64 45 101
Binary 11000110 10111101 10000100 0 101 100001 10110 110100 100101 1000001

Color Harmonies of #C6BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD84

Black with #C6BD84

Text Example


Text Example

White with #C6BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD84; }

 p { color: rgb(198,189,132); }

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

background-color css

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

 a { background-color: rgb(198,189,132); }

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

border-color css

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

 span { border-color: rgb(198,189,132); }

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