Html Css Color HEX #C68026 Geebung

📋 copy color: '#C68026'

red 198 ◦ green 128 ◦ blue 38

#C68026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C68026

Tints of Geebung #C68026

RGB

 RED value IS 198 (77.73% from 255) = 54.4%

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 54.4%
G = 35.16%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68026 (or 0xC68026) is known color: Geebung. HEX triplet: C6, 80 and 26. RGB value is (198,128,38). Sum of RGB (Red+Green+Blue) = 198+128+38=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68026 is #397FD9. Grayscale: #8B8B8B. Windows color (decimal): -3768282 or 2523334. OLE color: 2523334.

HSL color Cylindrical-coordinate representation of color #C68026: hue angle of 33.75º degrees, saturation: 0.68, 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 #C68026 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 38 -
CMYK 0 0.35 0.81 0.22
HSL 33.75º 0.68% 0.46% -
HSV(B) 33.75º 0.81% 0.78% -
XYZ 31.36 27.58 5.51 -
YUV 138.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 198 128 38 0 0.35 0.81 0.22 33.75 0.68 0.46
Hex C6 80 26 0 23 51 16 22 44 2E
Octal 306 200 46 0 43 121 26 42 104 56
Binary 11000110 10000000 100110 0 100011 1010001 10110 100010 1000100 101110

Color Harmonies of #C68026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68026

Black with #C68026

Text Example


Text Example

White with #C68026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68026; }

 p { color: rgb(198,128,38); }

 H1.HeaderClassName
 {
   color: #C68026;
 }
 .AnyTagClassName
 {
   color: #C68026;
 }
</style>

background-color css

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

 a { background-color: rgb(198,128,38); }

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

border-color css

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

 span { border-color: rgb(198,128,38); }

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