#C6B61B

Color #C6B61B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C6B61B

Tints of Bird Flower #C6B61B

Color information

#C6B61B (or 0xC6B61B) is unknown color: approx Bird Flower. HEX triplet: C6, B6 and 1B. RGB value is (198,182,27). Sum of RGB (Red+Green+Blue) = 198+182+27=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B61B is #3949E4. Grayscale: #A9A9A9. Windows color (decimal): -3754469 or 1816262. OLE color: 1816262.

HSL color Cylindrical-coordinate representation of color #C6B61B: hue angle of 54.39º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6B61B is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19818227-
CMYK00.080.860.22
HSL54.39º76%44.12%-
HSV(B)54.39º86.36%77.65%-
XYZ40.2145.547.71-
YUV169.1147.8148.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 27 (10.94% from 255) = 6.63%
R=48.65%
G=44.72%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981822700.080.860.2254.397644.12
HexC6B61B085616364c2c
Octal30626633010126266611454
Binary110001101011011011011010001010110101101101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B61B; }

 p { color: rgb(198,182,27); }

 H1.HeaderClassName
 {
   color: #C6B61B;
 }
 .AnyTagClassName
 {
   color: #C6B61B;
 }
</style>
background-color css

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

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

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

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

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

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