Html Css Color HEX #C68029 Geebung

📋 copy color: '#C68029'

red 198 ◦ green 128 ◦ blue 41

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

Shades of Geebung #C68029

Tints of Geebung #C68029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 53.95%
G = 34.88%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68029 (or 0xC68029) is known color: Geebung. HEX triplet: C6, 80 and 29. RGB value is (198,128,41). Sum of RGB (Red+Green+Blue) = 198+128+41=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68029 is #397FD6. Grayscale: #8B8B8B. Windows color (decimal): -3768279 or 2719942. OLE color: 2719942.

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

Color convert

RGB 198 128 41 -
CMYK 0 0.35 0.79 0.22
HSL 33.25º 0.66% 0.47% -
HSV(B) 33.25º 0.79% 0.78% -
XYZ 31.41 27.6 5.77 -
YUV 139.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 198 128 41 0 0.35 0.79 0.22 33.25 0.66 0.47
Hex C6 80 29 0 23 4F 16 21 42 2F
Octal 306 200 51 0 43 117 26 41 102 57
Binary 11000110 10000000 101001 0 100011 1001111 10110 100001 1000010 101111

Color Harmonies of #C68029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68029

Black with #C68029

Text Example


Text Example

White with #C68029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68029; }

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

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

background-color css

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

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

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

border-color css

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

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

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