#C6B725

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

Shades of Bird Flower #C6B725

Tints of Bird Flower #C6B725

Color information

#C6B725 (or 0xC6B725) is unknown color: approx Bird Flower. HEX triplet: C6, B7 and 25. RGB value is (198,183,37). Sum of RGB (Red+Green+Blue) = 198+183+37=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B725 is #3948DA. Grayscale: #ABABAB. Windows color (decimal): -3754203 or 2471878. OLE color: 2471878.

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

Color convert

RGB19818337-
CMYK00.080.810.22
HSL54.41º68.51%46.08%-
HSV(B)54.41º81.31%77.65%-
XYZ40.5646.018.49-
YUV170.8452.47147.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 37 (14.84% from 255) = 8.85%
R=47.37%
G=43.78%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981833700.080.810.2254.4168.5146.08
HexC6B72508511636452e
Octal30626745010121266610556
Binary1100011010110111100101010001010001101101101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B725; }

 p { color: rgb(198,183,37); }

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

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

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

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

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

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

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