#C67E2B

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

Shades of Geebung #C67E2B

Tints of Geebung #C67E2B

Color information

#C67E2B (or 0xC67E2B) is unknown color: approx Geebung. HEX triplet: C6, 7E and 2B. RGB value is (198,126,43). Sum of RGB (Red+Green+Blue) = 198+126+43=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E2B is #3981D4. Grayscale: #8A8A8A. Windows color (decimal): -3768789 or 2850502. OLE color: 2850502.

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

Color convert

RGB19812643-
CMYK00.360.780.22
HSL32.13º64.32%47.25%-
HSV(B)32.13º78.28%77.65%-
XYZ31.1927.15.87-
YUV138.0774.35170.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=53.95%
G=34.33%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981264300.360.780.2232.1364.3247.25
HexC67E2B0244E1620402f
Octal30617653044116264010057
Binary11000110111111010101101001001001110101101000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E2B; }

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

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

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

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

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

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

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

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