#C67F30

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

Shades of Geebung #C67F30

Tints of Geebung #C67F30

Color information

#C67F30 (or 0xC67F30) is unknown color: approx Geebung. HEX triplet: C6, 7F and 30. RGB value is (198,127,48). Sum of RGB (Red+Green+Blue) = 198+127+48=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F30 is #3980CF. Grayscale: #8B8B8B. Windows color (decimal): -3768528 or 3178438. OLE color: 3178438.

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

Color convert

RGB19812748-
CMYK00.360.760.22
HSL31.6º60.98%48.24%-
HSV(B)31.6º75.76%77.65%-
XYZ31.4127.46.43-
YUV139.2276.52169.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=53.08%
G=34.05%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981274800.360.760.2231.660.9848.24
HexC67F300244C16203d30
Octal3061776004411426407560
Binary1100011011111111100000100100100110010110100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F30; }

 p { color: rgb(198,127,48); }

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

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

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

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

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

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

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