Html Css Color HEX #C6C635 Wattle

📋 copy color: '#C6C635'

red 198 ◦ green 198 ◦ blue 53

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

Shades of Wattle #C6C635

Tints of Wattle #C6C635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 53 (21.09% from 255) = 11.8%

R = 44.1%
G = 44.1%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C6C635 (or 0xC6C635) is known color: Wattle. HEX triplet: C6, C6 and 35. RGB value is (198,198,53). Sum of RGB (Red+Green+Blue) = 198+198+53=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C635 is #3939CA. Grayscale: #B6B6B6. Windows color (decimal): -3750347 or 3524294. OLE color: 3524294.

HSL color Cylindrical-coordinate representation of color #C6C635: hue angle of 60º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C635 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 198 53 -
CMYK 0 0 0.73 0.22
HSL 60º 0.58% 0.49% -
HSV(B) 60º 0.73% 0.78% -
XYZ 44.13 52.65 11.21 -
YUV 181.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 198 198 53 0 0 0.73 0.22 60 0.58 0.49
Hex C6 C6 35 0 0 49 16 3C 3A 31
Octal 306 306 65 0 0 111 26 74 72 61
Binary 11000110 11000110 110101 0 0 1001001 10110 111100 111010 110001

Color Harmonies of #C6C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C635

Black with #C6C635

Text Example


Text Example

White with #C6C635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C635; }

 p { color: rgb(198,198,53); }

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

background-color css

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

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

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

border-color css

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

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

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