#C67D2B

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

Shades of Geebung #C67D2B

Tints of Geebung #C67D2B

Color information

#C67D2B (or 0xC67D2B) is unknown color: approx Geebung. HEX triplet: C6, 7D and 2B. RGB value is (198,125,43). Sum of RGB (Red+Green+Blue) = 198+125+43=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D2B is #3982D4. Grayscale: #898989. Windows color (decimal): -3769045 or 2850246. OLE color: 2850246.

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

Color convert

RGB19812543-
CMYK00.370.780.22
HSL31.74º64.32%47.25%-
HSV(B)31.74º78.28%77.65%-
XYZ31.0626.855.83-
YUV137.4874.68171.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=54.10%
G=34.15%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981254300.370.780.2231.7464.3247.25
HexC67D2B0254E1620402f
Octal30617553045116264010057
Binary11000110111110110101101001011001110101101000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D2B; }

 p { color: rgb(198,125,43); }

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

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

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

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

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

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

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