#C6B41B

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

Shades of Bird Flower #C6B41B

Tints of Bird Flower #C6B41B

Color information

#C6B41B (or 0xC6B41B) is unknown color: approx Bird Flower. HEX triplet: C6, B4 and 1B. RGB value is (198,180,27). Sum of RGB (Red+Green+Blue) = 198+180+27=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B41B is #394BE4. Grayscale: #A8A8A8. Windows color (decimal): -3754981 or 1815750. OLE color: 1815750.

HSL color Cylindrical-coordinate representation of color #C6B41B: hue angle of 53.68º 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 #C6B41B is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19818027-
CMYK00.090.860.22
HSL53.68º76%44.12%-
HSV(B)53.68º86.36%77.65%-
XYZ39.8144.737.57-
YUV167.9448.46149.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 6.67%
R=48.89%
G=44.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981802700.090.860.2253.687644.12
HexC6B41B095616364c2c
Octal30626433011126266611454
Binary110001101011010011011010011010110101101101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B41B; }

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

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

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

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

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

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

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

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